[carton] 443/472: v1.0.14

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:39:34 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 a5d9b9e5f08f736ade245e4515d026b6b8017f8c
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Mon Apr 20 00:07:43 2015 +0200

    v1.0.14
---
 Changes       | 3 +++
 META.json     | 4 ++--
 Makefile.PL   | 2 +-
 lib/Carton.pm | 2 +-
 4 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/Changes b/Changes
index 3f8a4a6..80e45b6 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
 
 {{$NEXT}}
 
+v1.0.14  2015-04-20 00:07:26 CEST
+        - same as v1.0.14
+
 v1.0.13  2015-04-19 19:38:42 CEST
         - require cpanm 1.7030 for better cpanfile support
         - switch to MakeMaker
diff --git a/META.json b/META.json
index 9db6d68..7a9d4d6 100644
--- a/META.json
+++ b/META.json
@@ -62,7 +62,7 @@
          }
       }
    },
-   "release_status" : "testing",
+   "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
          "web" : "https://github.com/perl-carton/carton/issues"
@@ -74,7 +74,7 @@
          "web" : "https://github.com/perl-carton/carton"
       }
    },
-   "version" : "v1.0.13",
+   "version" : "v1.0.14",
    "x_contributors" : [
       "Christian Walde <walde.christian at googlemail.com>",
       "David Golden <dagolden at cpan.org>",
diff --git a/Makefile.PL b/Makefile.PL
index 247b1e9..bc4ae03 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -39,7 +39,7 @@ my %WriteMakefileArgs = (
     "Try::Tiny" => "0.09",
     "parent" => "0.223"
   },
-  "VERSION" => "v1.0.13",
+  "VERSION" => "v1.0.14",
   "test" => {
     "TESTS" => "t/*.t"
   }
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 0e06773..0e6eb53 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("v1.0.13");
+use version; our $VERSION = version->declare("v1.0.14");
 
 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