summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--cpanfile2
-rw-r--r--lib/Carton.pm2
3 files changed, 5 insertions, 2 deletions
diff --git a/Changes b/Changes
index 20dbea1..0d3eac0 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
Revision history for carton
+v0.9.10 Tue Feb 26 13:32:34 PST 2013
+ - Same as v0.9_9. Still considered pre-1.0!
+
v0.9_9 Wed Feb 6 11:02:46 PST 2013
- Fixed bundle command where it updated modules, not the versions specified in carton.lock.
bundle now builds mirror files like install --deployment, and downloads tarballs for the
diff --git a/cpanfile b/cpanfile
index f7bfc99..cf24a88 100644
--- a/cpanfile
+++ b/cpanfile
@@ -12,7 +12,7 @@ requires 'Getopt::Long', 2.36;
requires 'Module::CPANfile', 0.9004;
# MYMETA support
-requires 'App::cpanminus', 1.5020;
+requires 'App::cpanminus', 1.6000;
requires 'ExtUtils::MakeMaker', 6.59;
requires 'Module::Build', 0.38;
requires 'CPAN::Meta', 2.120921;
diff --git a/lib/Carton.pm b/lib/Carton.pm
index e107e8b..d11bb3f 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 = "v0.9_9";
+use version; our $VERSION = "v0.9.10";
use Cwd;
use Config qw(%Config);