This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit b9874f1510a7ea224ecfc541acdd27f92bc6f980 Author: Tatsuhiko Miyagawa <[email protected]> Date: Tue Jul 23 19:04:55 2013 -0700 more rename --- lib/Carton.pm | 2 +- lib/Carton/Doc/Install.pod | 2 +- lib/Carton/Snapshot.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Carton.pm b/lib/Carton.pm index bdd902c..d59c98e 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -37,7 +37,7 @@ HAVE BEEN WARNED.> carton is a command line tool to track the Perl module dependencies for your Perl application. The managed dependencies are tracked in a I<cpanfile.snapshot> file, which is meant to be version controlled, and the -lock file allows other developers of your application will have the +snapshot file allows other developers of your application will have the exact same versions of the modules. =head1 TUTORIAL diff --git a/lib/Carton/Doc/Install.pod b/lib/Carton/Doc/Install.pod index 6a21d44..35bb111 100644 --- a/lib/Carton/Doc/Install.pod +++ b/lib/Carton/Doc/Install.pod @@ -60,7 +60,7 @@ upwards till the root directory, in case the command runs from a sub directory. Carton assumes the directory where your cpanfile (or altenate path) -exists as a project root directory, and will look for the lock file as +exists as a project root directory, and will look for the snapshot file as well as install directory (C<local>) and C<vendor/cache> relative to it. =item --path diff --git a/lib/Carton/Snapshot.pm b/lib/Carton/Snapshot.pm index 5262433..8a411c0 100644 --- a/lib/Carton/Snapshot.pm +++ b/lib/Carton/Snapshot.pm @@ -42,7 +42,7 @@ sub load { return 1; } else { Carton::Error::SnapshotNotFound->throw( - error => "Can't find cpanfile.snapshot: Run `carton install` to build the lock file.", + error => "Can't find cpanfile.snapshot: Run `carton install` to build the snapshot file.", path => $self->path, ); } -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
