[carton] 181/472: v0.9.11

Lucas Kanashiro kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:45 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 3a699078e7d4600ae09e3bcd408cc8cf9dd272fb
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date:   Sat Mar 30 14:54:27 2013 -0700

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

diff --git a/Build.PL b/Build.PL
index 8a7ba96..19ea04f 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.10",
+  "dist_version" => "v0.9.11",
   "license" => "perl",
   "module_name" => "carton",
   "recommends" => {},
diff --git a/Changes b/Changes
index 8e420ab..465f45c 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for carton
 
 {{$NEXT}}
 
+v0.9.11  2013-03-30 14:54:21 PDT
+        - Ignore 'perl' requirements so as it won't fail, for now. #71
+        - Install 'test' dependencies by default. #66
+        - Convert to Milla, do not install carton-* man pages
+
 v0.9.10 Tue Feb 26 13:32:34 PST 2013
         - Same as v0.9_9. Still considered pre-1.0!
 
diff --git a/META.json b/META.json
index f46aa1c..bee10f3 100644
--- a/META.json
+++ b/META.json
@@ -65,6 +65,6 @@
          "web" : "https://github.com/miyagawa/carton"
       }
    },
-   "version" : "v0.9.10"
+   "version" : "v0.9.11"
 }
 
diff --git a/lib/Carton.pm b/lib/Carton.pm
index 6392723..b89dc77 100644
--- a/lib/Carton.pm
+++ b/lib/Carton.pm
@@ -3,7 +3,7 @@ package Carton;
 use strict;
 use warnings;
 use 5.008_001;
-use version; our $VERSION = version->declare("v0.9.10");
+use version; our $VERSION = version->declare("v0.9.11");
 
 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



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