Skip to content

Commit

Permalink
0.9026
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Mar 28, 2013
1 parent 76b28da commit 338f56b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Changes
Expand Up @@ -2,6 +2,9 @@ Revision history for Module::Install::CPANfile

{{$NEXT}}

0.9026 2013-03-28 12:07:27 PDT
- Updated FAQ to mention tools that support cpanfile

0.9025 2013-03-24 23:27:57 PDT
- rebuild package with new Milla to support script

Expand Down
4 changes: 2 additions & 2 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Tatsuhiko Miyagawa <miyagawa@bulknews.net>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 4.300031, CPAN::Meta::Converter version 2.120921",
"generated_by" : "Dist::Milla version v0.9.1, Dist::Zilla version 4.300031, CPAN::Meta::Converter version 2.130870",
"license" : [
"perl_5"
],
Expand Down Expand Up @@ -46,6 +46,6 @@
"web" : "https://github.com/miyagawa/cpanfile"
}
},
"version" : "0.9025"
"version" : "0.9026"
}

2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -25,7 +25,7 @@ my %WriteMakefileArgs = (
"CPAN::Meta" => "2.12091",
"CPAN::Meta::Prereqs" => "2.12091"
},
"VERSION" => "0.9025",
"VERSION" => "0.9026",
"test" => {
"TESTS" => "t/*.t"
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Module/CPANfile.pm
Expand Up @@ -3,7 +3,7 @@ use strict;
use warnings;
use Cwd;

our $VERSION = '0.9025';
our $VERSION = '0.9026';

sub new {
my($class, $file) = @_;
Expand Down

0 comments on commit 338f56b

Please sign in to comment.