From: Vincent Pit Date: Tue, 20 Aug 2013 19:17:09 +0000 (-0300) Subject: This is 0.05 X-Git-Tag: v0.05^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=c06c8ac6f44eb569f0f8db2ae98e2d5edbb05096 This is 0.05 --- diff --git a/Changes b/Changes index 2595ead..b1135e4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for Acme-CPANAuthors-You-re_using +0.05 2013-08-20 19:15 UTC + This is a maintenance release. The code contains no functional change. + Satisfied users of version 0.04 can skip this update. + + Tst : The Kwalitee test has been removed. + 0.04 2011-08-24 23:10 UTC + Chg : The module now uses File::Find and Module::Metadata to collect all the modules installed in your system. diff --git a/META.json b/META.json index 9188f57..48087f7 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150", + "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140", "license" : [ "perl_5" ], @@ -23,21 +23,21 @@ "build" : { "requires" : { "Acme::CPANAuthors" : "0.16", - "ExtUtils::MakeMaker" : 0, - "File::Find" : 0, + "ExtUtils::MakeMaker" : "0", + "File::Find" : "0", "Module::Metadata" : "1.000005", - "Test::More" : 0 + "Test::More" : "0" } }, "configure" : { "requires" : { - "ExtUtils::MakeMaker" : 0 + "ExtUtils::MakeMaker" : "0" } }, "runtime" : { "requires" : { "Acme::CPANAuthors" : "0.16", - "File::Find" : 0, + "File::Find" : "0", "Module::Metadata" : "1.000005", "perl" : "5.006" } @@ -46,7 +46,7 @@ "release_status" : "stable", "resources" : { "bugtracker" : { - "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using" + "web" : "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" : [ @@ -56,5 +56,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" } }, - "version" : "0.04" + "version" : "0.05" } diff --git a/META.yml b/META.yml index 443e240..98ff32a 100644 --- a/META.yml +++ b/META.yml @@ -11,7 +11,7 @@ build_requires: configure_requires: ExtUtils::MakeMaker: 0 dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150' +generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -27,8 +27,8 @@ requires: Module::Metadata: 1.000005 perl: 5.006 resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using + 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.04 +version: 0.05 diff --git a/README b/README index 96a8e39..0897566 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.04 + Version 0.05 SYNOPSIS use Acme::CPANAuthors; @@ -52,7 +52,7 @@ SUPPORT perldoc Acme::CPANAuthors::You::re_using COPYRIGHT & LICENSE - Copyright 2009,2010,2011 Vincent Pit, all rights reserved. + Copyright 2009,2010,2011,2013 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. diff --git a/lib/Acme/CPANAuthors/You/re_using.pm b/lib/Acme/CPANAuthors/You/re_using.pm index c50cd8f..afc8409 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.04 +Version 0.05 =cut our $VERSION; BEGIN { - $VERSION = '0.04'; + $VERSION = '0.05'; } =head1 SYNOPSIS