[carton] 301/472: v0.9.57

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:57 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 405cf0f5ee0e9a37bf494c12d940d57d7d688dac
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Wed Jun 5 19:21:43 2013 +0900

    v0.9.57
---
 Build.PL      | 3 ++-
 Changes       | 8 ++++++++
 META.json     | 5 +++--
 lib/Carton.pm | 2 +-
 4 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/Build.PL b/Build.PL
index 24baffc..584d1e6 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.56",
+  "dist_version" => "v0.9.57",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
@@ -35,6 +35,7 @@ my %module_build_args = (
     "Module::CPANfile" => "0.9031",
     "Module::Metadata" => "1.000003",
     "Moo" => "1.002",
+    "Path::Tiny" => "0.022",
     "Try::Tiny" => "0.09",
     "local::lib" => "1.008",
     "parent" => "0.223",
diff --git a/Changes b/Changes
index cde842b..8882163 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,14 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.57  2013-06-05 19:21:17 JST
+        - Changed the output of carton tree command to include module and dist versions
+        - Bunch of refactorings around requirements
+        - carton install now saves tarballs in local/cache, then carton bundle copies from there
+        - Implement carton check which checks if cpanfile requirements is satisfied locally with lock
+        - Implement carton update!
+        - Fi the installation collector logic to ignore dists that don't satisfy cpanfile
+
 v0.9.56  2013-06-04 00:21:53 JST
         - Fixed carton tree output to avoid duplicates
 
diff --git a/META.json b/META.json
index 6e71dae..9d8e668 100644
--- a/META.json
+++ b/META.json
@@ -38,8 +38,8 @@
       "develop" : {
          "requires" : {
             "Capture::Tiny" : "0",
-            "Directory::Scratch" : "0",
             "File::pushd" : "0",
+            "Test::More" : "0.88",
             "Test::Pod" : "1.41",
             "Test::Requires" : "0"
          }
@@ -57,6 +57,7 @@
             "Module::CPANfile" : "0.9031",
             "Module::Metadata" : "1.000003",
             "Moo" : "1.002",
+            "Path::Tiny" : "0.022",
             "Try::Tiny" : "0.09",
             "local::lib" : "1.008",
             "parent" : "0.223",
@@ -76,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.56",
+   "version" : "v0.9.57",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 4416974..c56b7da 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.56");
+use version; our $VERSION = version->declare("v0.9.57");
 
 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