[carton] 362/472: v0.9.66

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:24 UTC 2015


This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository carton.

commit b1c90ba818e62eb9571f15edcc330f230544aa7a
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jul 24 08:46:37 2013 -0700

    v0.9.66
---
 Build.PL      | 2 +-
 Changes       | 5 +++++
 META.json     | 2 +-
 README.md     | 2 +-
 lib/Carton.pm | 2 +-
 5 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/Build.PL b/Build.PL
index e7443e4..b12f5b3 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.65",
+  "dist_version" => "v0.9.66",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index d04748f..d123258 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.66  2013-07-24 08:46:27 PDT
+        - Correctly raises an exception when badly formatted snapshot file is read
+        - Fixed a bug in tree scanner where seen hash is not preserved
+        - tree scanner should be much faster for giant set of dependencies
+
 v0.9.65  2013-07-23 18:51:59 PDT
         - BIG CHANGE: Use cpanfile.snapshot instead of carton.lock for 1.0 onwards
           There is no way to migrate carton.lock to cpanfile.snapshot just yet.
diff --git a/META.json b/META.json
index eda1f5f..7e2626c 100644
--- a/META.json
+++ b/META.json
@@ -78,7 +78,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.65",
+   "version" : "v0.9.66",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/README.md b/README.md
index 5e87ef4..018982c 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,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
 _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.
 
 # TUTORIAL
diff --git a/lib/Carton.pm b/lib/Carton.pm
index d59c98e..64bf23a 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -1,7 +1,7 @@
 package Carton;
 use strict;
 use 5.008_005;
-use version; our $VERSION = version->declare("v0.9.65");
+use version; our $VERSION = version->declare("v0.9.66");
 
 1;
 __END__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/carton.git



More information about the Pkg-perl-cvs-commits mailing list