Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.9.10.
Browse files Browse the repository at this point in the history
Changelog diff is:

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
  • Loading branch information
miyagawa committed Feb 26, 2013
1 parent 4e6b9c7 commit dc41a51
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion lib/Carton.pm
Expand Up @@ -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);
Expand Down

0 comments on commit dc41a51

Please sign in to comment.