[carton] 188/472: v0.9.14
Lucas Kanashiro
kanashiro-guest at moszumanska.debian.org
Fri Jul 24 00:38:46 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 08f89302cc2edbf891f09674cab56ce5a1770f79
Author: Tatsuhiko Miyagawa <miyagawa at bulknews.net>
Date: Sat Mar 30 18:25:50 2013 -0700
v0.9.14
---
Build.PL | 2 +-
Changes | 3 +++
META.json | 4 +---
lib/Carton.pm | 2 +-
4 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/Build.PL b/Build.PL
index d302817..35db434 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.13",
+ "dist_version" => "v0.9.14",
"license" => "perl",
"module_name" => "carton",
"recommends" => {},
diff --git a/Changes b/Changes
index d1964e5..4558033 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for carton
{{$NEXT}}
+v0.9.14 2013-03-30 18:25:39 PDT
+ - Unset $VERSION on PAUSE (Thanks andk)
+
v0.9.13 2013-03-30 15:14:49 PDT
- repackage for better META files with Milla v0.9.3
diff --git a/META.json b/META.json
index 0eaf559..48fad4c 100644
--- a/META.json
+++ b/META.json
@@ -37,8 +37,6 @@
},
"develop" : {
"requires" : {
- "Module::Install" : "0",
- "Module::Install::CPANfile" : "0.03",
"Test::Pod" : "1.41"
}
},
@@ -75,6 +73,6 @@
"web" : "https://github.com/miyagawa/carton"
}
},
- "version" : "v0.9.13"
+ "version" : "v0.9.14"
}
diff --git a/lib/Carton.pm b/lib/Carton.pm
index d6a83b0..cdf5641 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.13");
+use version; our $VERSION = version->declare("v0.9.14");
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