From 338f56b1af299e2574329ae844d4d6715173b89e Mon Sep 17 00:00:00 2001 From: Tatsuhiko Miyagawa Date: Thu, 28 Mar 2013 12:07:35 -0700 Subject: [PATCH] 0.9026 --- Changes | 3 +++ META.json | 4 ++-- Makefile.PL | 2 +- lib/Module/CPANfile.pm | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 1afb78a..c714a87 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/META.json b/META.json index 8b722c7..52ded02 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Tatsuhiko Miyagawa " ], "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" ], @@ -46,6 +46,6 @@ "web" : "https://github.com/miyagawa/cpanfile" } }, - "version" : "0.9025" + "version" : "0.9026" } diff --git a/Makefile.PL b/Makefile.PL index 6d13aa9..841ad62 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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" } diff --git a/lib/Module/CPANfile.pm b/lib/Module/CPANfile.pm index adf3f5b..bec6f70 100644 --- a/lib/Module/CPANfile.pm +++ b/lib/Module/CPANfile.pm @@ -3,7 +3,7 @@ use strict; use warnings; use Cwd; -our $VERSION = '0.9025'; +our $VERSION = '0.9026'; sub new { my($class, $file) = @_;