[Bps-public-commit] Path-Dispatcher branch, master, updated. 17648c5b4d0d67361a302a3289b845c41b7cfd84
sartak at bestpractical.com
sartak at bestpractical.com
Wed Apr 15 00:15:26 EDT 2009
The branch, master has been updated
via 17648c5b4d0d67361a302a3289b845c41b7cfd84 (commit)
via 11b3a44f0665a21642cf55a4c35651b785f93f68 (commit)
from bab45d108e52afaf2685a1bef384885e2e3e7c6e (commit)
Summary of changes:
.gitignore | 1 +
lib/Path/Dispatcher/Path.pm | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 11b3a44f0665a21642cf55a4c35651b785f93f68
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Apr 15 00:15:08 2009 -0400
clone_object was deprecated
diff --git a/lib/Path/Dispatcher/Path.pm b/lib/Path/Dispatcher/Path.pm
index 36215e2..c5b04c7 100644
--- a/lib/Path/Dispatcher/Path.pm
+++ b/lib/Path/Dispatcher/Path.pm
@@ -30,7 +30,7 @@ sub clone_path {
my $self = shift;
my $path = shift;
- return $self->meta->clone_instance($self, path => $path, @_);
+ return $self->meta->clone_object($self, path => $path, @_);
}
sub get_metadata {
commit 17648c5b4d0d67361a302a3289b845c41b7cfd84
Author: Shawn M Moore <sartak at gmail.com>
Date: Wed Apr 15 00:15:21 2009 -0400
Ignore cover_db
diff --git a/.gitignore b/.gitignore
index 55abb91..fa7c8d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ pm_to_blib
MANIFEST
MANIFEST.bak
SIGNATURE
+cover_db/
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list