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

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

commit ce80e7b617eced21c2b38bb4dd6034be07281559
Author: Tatsuhiko Miyagawa <miyag...@bulknews.net>
Date:   Sun Mar 31 18:20:12 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index 35db434..227310b 100644
--- a/Build.PL
+++ b/Build.PL
@@ -18,7 +18,7 @@ my %module_build_args = (
     "Tatsuhiko Miyagawa <miyagawa\@bulknews.net>"
   ],
   "dist_name" => "carton",
-  "dist_version" => "v0.9.14",
+  "dist_version" => "v0.9.15",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
@@ -39,7 +39,8 @@ my %module_build_args = (
     "Term::ANSIColor" => "1.12",
     "Try::Tiny" => "0.09",
     "local::lib" => "1.008",
-    "parent" => "0.223"
+    "parent" => "0.223",
+    "perl" => "v5.8.5"
   },
   "script_files" => [
     "script/carton"
diff --git a/Changes b/Changes
index 4558033..62d79d8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.15  2013-03-31 18:11:28 PDT
+        - Add minimum perl dependency
+
 v0.9.14  2013-03-30 18:25:39 PDT
         - Unset $VERSION on PAUSE (Thanks andk)
 
diff --git a/META.json b/META.json
index 48fad4c..c216b57 100644
--- a/META.json
+++ b/META.json
@@ -57,7 +57,8 @@
             "Term::ANSIColor" : "1.12",
             "Try::Tiny" : "0.09",
             "local::lib" : "1.008",
-            "parent" : "0.223"
+            "parent" : "0.223",
+            "perl" : "v5.8.5"
          }
       }
    },
@@ -73,6 +74,6 @@
          "web" : "https://github.com/miyagawa/carton";
       }
    },
-   "version" : "v0.9.14"
+   "version" : "v0.9.15"
 }
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 805fdd0..6953097 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_005;
-use version; our $VERSION = version->declare("v0.9.14");
+use version; our $VERSION = version->declare("v0.9.15");
 
 use Cwd;
 use Config qw(%Config);

-- 
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
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to