From: Vincent Pit Date: Wed, 24 Aug 2011 23:09:26 +0000 (+0200) Subject: This is 0.04 X-Git-Tag: v0.04^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=2b0fd7f8c26084dbb425cddb07b5eb0d72823960 This is 0.04 --- diff --git a/Changes b/Changes index 1e6a510..2595ead 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,15 @@ +Revision history for Acme-CPANAuthors-You-re_using + +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. + ExtUtils::Installed is no longer needed. + + Chg : die() is called instead of croak() for internal errors. + Carp is no longer needed. + + Fix : Update the Parse::CPAN::Packages' author id test, since + Acme::CPANAuthors does not depend on it anymore. + + Upd : Acme::CPANAuthors dependency bumped to 0.16. + 0.03 2010-01-03 10:10 UTC + Fix : Stop skipping t/10-base.t when Acme::CPANAuthors throw an unrelated warning. diff --git a/META.json b/META.json index 1e0cab8..9188f57 100644 --- a/META.json +++ b/META.json @@ -22,10 +22,10 @@ "prereqs" : { "build" : { "requires" : { - "Acme::CPANAuthors" : "0.14", - "Carp" : 0, - "ExtUtils::Installed" : "1.999", + "Acme::CPANAuthors" : "0.16", "ExtUtils::MakeMaker" : 0, + "File::Find" : 0, + "Module::Metadata" : "1.000005", "Test::More" : 0 } }, @@ -36,9 +36,9 @@ }, "runtime" : { "requires" : { - "Acme::CPANAuthors" : "0.14", - "Carp" : 0, - "ExtUtils::Installed" : "1.999", + "Acme::CPANAuthors" : "0.16", + "File::Find" : 0, + "Module::Metadata" : "1.000005", "perl" : "5.006" } } @@ -56,5 +56,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" } }, - "version" : "0.03" + "version" : "0.04" } diff --git a/META.yml b/META.yml index c83340e..443e240 100644 --- a/META.yml +++ b/META.yml @@ -1,35 +1,34 @@ ---- #YAML:1.0 -name: Acme-CPANAuthors-You-re_using -version: 0.03 -abstract: We are the CPAN authors that have written the modules installed on your perl! +--- +abstract: 'We are the CPAN authors that have written the modules installed on your perl!' author: - - Vincent Pit -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Vincent Pit ' build_requires: - Acme::CPANAuthors: 0.09 - Carp: 0 - ExtUtils::Installed: 1.999 - ExtUtils::MakeMaker: 0 - Test::More: 0 + Acme::CPANAuthors: 0.16 + ExtUtils::MakeMaker: 0 + File::Find: 0 + Module::Metadata: 1.000005 + Test::More: 0 +configure_requires: + ExtUtils::MakeMaker: 0 +dynamic_config: 0 +generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: 1.4 +name: Acme-CPANAuthors-You-re_using +no_index: + directory: + - t + - inc requires: - Acme::CPANAuthors: 0.09 - Carp: 0 - ExtUtils::Installed: 1.999 - perl: 5.006 + Acme::CPANAuthors: 0.16 + File::Find: 0 + Module::Metadata: 1.000005 + perl: 5.006 resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=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 -no_index: - directory: - - t - - inc -generated_by: ExtUtils::MakeMaker version 6.56 -meta-spec: - url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 -dynamic_config: 0 + bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=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 diff --git a/README b/README index 3df4a67..96a8e39 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.03 + Version 0.04 SYNOPSIS use Acme::CPANAuthors; @@ -28,7 +28,7 @@ FUNCTIONS true beforehand. DEPENDENCIES - Carp, ExtUtils::Installed, Acme::CPANAuthors. + File::Find, Module::Metadata, Acme::CPANAuthors. SEE ALSO All others "Acme::CPANAuthors::*" modules. @@ -52,7 +52,7 @@ SUPPORT perldoc Acme::CPANAuthors::You::re_using COPYRIGHT & LICENSE - Copyright 2009,2010 Vincent Pit, all rights reserved. + Copyright 2009,2010,2011 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 1281802..10e3cda 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.03 +Version 0.04 =cut our $VERSION; BEGIN { - $VERSION = '0.03'; + $VERSION = '0.04'; } =head1 SYNOPSIS