Skip to content

Commit

Permalink
v0.9.11
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 30, 2013
1 parent 10a12d5 commit 3a69907
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Build.PL
Expand Up @@ -18,7 +18,7 @@ my %module_build_args = (
"Tatsuhiko Miyagawa <miyagawa\@bulknews.net>" "Tatsuhiko Miyagawa <miyagawa\@bulknews.net>"
], ],
"dist_name" => "carton", "dist_name" => "carton",
"dist_version" => "v0.9.10", "dist_version" => "v0.9.11",
"license" => "perl", "license" => "perl",
"module_name" => "carton", "module_name" => "carton",
"recommends" => {}, "recommends" => {},
Expand Down
5 changes: 5 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,11 @@ Revision history for carton


{{$NEXT}} {{$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 v0.9.10 Tue Feb 26 13:32:34 PST 2013
- Same as v0.9_9. Still considered pre-1.0! - Same as v0.9_9. Still considered pre-1.0!


Expand Down
2 changes: 1 addition & 1 deletion META.json
Expand Up @@ -65,6 +65,6 @@
"web" : "https://github.com/miyagawa/carton" "web" : "https://github.com/miyagawa/carton"
} }
}, },
"version" : "v0.9.10" "version" : "v0.9.11"
} }


2 changes: 1 addition & 1 deletion lib/Carton.pm
Expand Up @@ -3,7 +3,7 @@ package Carton;
use strict; use strict;
use warnings; use warnings;
use 5.008_001; 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 Cwd;
use Config qw(%Config); use Config qw(%Config);
Expand Down

0 comments on commit 3a69907

Please sign in to comment.