This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository carton.
commit d1280e5be2f45520df2da47498bc28d74dae5f5a Author: Tatsuhiko Miyagawa <[email protected]> Date: Mon Sep 2 17:50:42 2013 -0700 quote versions in example --- lib/Carton.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Carton.pm b/lib/Carton.pm index 86ed7d1..7221328 100644 --- a/lib/Carton.pm +++ b/lib/Carton.pm @@ -14,8 +14,8 @@ Carton - Perl module dependency manager (aka Bundler for Perl) # On your development environment > cat cpanfile - requires 'Plack', 0.9980; - requires 'Starman', 0.2000; + requires 'Plack', '0.9980'; + requires 'Starman', '0.2000'; > carton install > git add cpanfile cpanfile.snapshot @@ -63,8 +63,8 @@ system. You can manage the dependencies of your application via C<cpanfile>. # cpanfile - requires 'Plack', 0.9980; - requires 'Starman', 0.2000; + requires 'Plack', '0.9980'; + requires 'Starman', '0.2000'; And then you can install these dependencies via: -- 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
