[carton] 319/472: v0.9.59

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:00 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 e5e95423bba0ffdd041620c97d771de39464ba97
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Jun 17 17:13:36 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index e4bea9a..0c8cbae 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.58",
+  "dist_version" => "v0.9.59",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 6addd46..cd4cc92 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.59  2013-06-17 17:13:21 PDT
+        - carton exec -Ilib gives a warning, while carton exec perl -Ilib won't #97
+
 v0.9.58  2013-06-10 03:17:23 PDT
         - Fix tests
         - carton exec without an arg should raise an error
diff --git a/META.json b/META.json
index 4e53d3a..fc1a482 100644
--- a/META.json
+++ b/META.json
@@ -77,7 +77,7 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.58",
+   "version" : "v0.9.59",
    "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 590b3ee..de4c5e6 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.58");
+use version; our $VERSION = version->declare("v0.9.59");
 
 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