From: Vincent Pit Date: Mon, 16 Mar 2015 14:49:34 +0000 (-0300) Subject: This is 0.08 X-Git-Tag: v0.08^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=7192b02eddf20367310ae6de59267858efbc9d4d This is 0.08 --- diff --git a/Changes b/Changes index 921af54..d55389a 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for Acme-CPANAuthors-You-re_using +0.08 2015-03-16 14:45 UTC + + Fix : Test failures of t/11-naughty-version.t. + Module::Metadata 1.000_017 is now required. + 0.07 2015-03-13 15:30 UTC + Fix : [RT #91248] : Does not handle missing modules or missing versions diff --git a/META.json b/META.json index ceb2fdc..095eee3 100644 --- a/META.json +++ b/META.json @@ -25,7 +25,7 @@ "Acme::CPANAuthors" : "0.16", "ExtUtils::MakeMaker" : "0", "File::Find" : "0", - "Module::Metadata" : "1.000005", + "Module::Metadata" : "1.000017", "Test::More" : "0", "lib" : "0" } @@ -39,7 +39,7 @@ "requires" : { "Acme::CPANAuthors" : "0.16", "File::Find" : "0", - "Module::Metadata" : "1.000005", + "Module::Metadata" : "1.000017", "perl" : "5.006" } } @@ -57,5 +57,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" } }, - "version" : "0.07" + "version" : "0.08" } diff --git a/META.yml b/META.yml index bbade8d..9a4fc66 100644 --- a/META.yml +++ b/META.yml @@ -6,7 +6,7 @@ build_requires: Acme::CPANAuthors: '0.16' ExtUtils::MakeMaker: '0' File::Find: '0' - Module::Metadata: '1.000005' + Module::Metadata: '1.000017' Test::More: '0' lib: '0' configure_requires: @@ -25,11 +25,11 @@ no_index: requires: Acme::CPANAuthors: '0.16' File::Find: '0' - Module::Metadata: '1.000005' + Module::Metadata: '1.000017' perl: '5.006' resources: bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Acme-CPANAuthors-You-re_using homepage: http://search.cpan.org/dist/Acme-CPANAuthors-You-re_using/ license: http://dev.perl.org/licenses/ repository: http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git -version: '0.07' +version: '0.08' diff --git a/README b/README index 7844fcb..94d207e 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.07 + Version 0.08 SYNOPSIS use Acme::CPANAuthors; @@ -28,7 +28,11 @@ FUNCTIONS true beforehand. DEPENDENCIES - File::Find, Module::Metadata, Acme::CPANAuthors. + File::Find (core since perl 5) + + Acme::CPANAuthors 0.16. + + Module::Metadata 1.000_017. SEE ALSO All others "Acme::CPANAuthors::*" modules. diff --git a/lib/Acme/CPANAuthors/You/re_using.pm b/lib/Acme/CPANAuthors/You/re_using.pm index 149c60a..9e2d4f5 100644 --- a/lib/Acme/CPANAuthors/You/re_using.pm +++ b/lib/Acme/CPANAuthors/You/re_using.pm @@ -14,13 +14,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the =head1 VERSION -Version 0.07 +Version 0.08 =cut our $VERSION; BEGIN { - $VERSION = '0.07'; + $VERSION = '0.08'; } =head1 SYNOPSIS