From: Vincent Pit Date: Fri, 13 Mar 2015 15:29:32 +0000 (-0300) Subject: This is 0.07 X-Git-Tag: v0.07^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=8b040d34383cac63412dad5910c4e5e51c9dd629 This is 0.07 --- diff --git a/Changes b/Changes index fb31601..921af54 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,11 @@ Revision history for Acme-CPANAuthors-You-re_using +0.07 2015-03-13 15:30 UTC + + Fix : [RT #91248] : Does not handle missing modules or missing + versions + Exceptions thrown by Module::Metadata are now ignored. + Thanks Karen Etheridge for reporting. + 0.06 2013-08-21 17:20 UTC This is a maintenance release. The code contains no functional change. Satisfied users of version 0.05 can skip this update. diff --git a/META.json b/META.json index 705c4f6..ceb2fdc 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "dynamic_config" : 0, - "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140", + "generated_by" : "ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001", "license" : [ "perl_5" ], @@ -26,7 +26,8 @@ "ExtUtils::MakeMaker" : "0", "File::Find" : "0", "Module::Metadata" : "1.000005", - "Test::More" : "0" + "Test::More" : "0", + "lib" : "0" } }, "configure" : { @@ -56,5 +57,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git" } }, - "version" : "0.06" + "version" : "0.07" } diff --git a/META.yml b/META.yml index dd31e27..bbade8d 100644 --- a/META.yml +++ b/META.yml @@ -3,32 +3,33 @@ abstract: 'We are the CPAN authors that have written the modules installed on yo author: - 'Vincent Pit ' build_requires: - Acme::CPANAuthors: 0.16 - ExtUtils::MakeMaker: 0 - File::Find: 0 - Module::Metadata: 1.000005 - Test::More: 0 + Acme::CPANAuthors: '0.16' + ExtUtils::MakeMaker: '0' + File::Find: '0' + Module::Metadata: '1.000005' + Test::More: '0' + lib: '0' configure_requires: - ExtUtils::MakeMaker: 0 + ExtUtils::MakeMaker: '0' dynamic_config: 0 -generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140' +generated_by: 'ExtUtils::MakeMaker version 7.04, CPAN::Meta::Converter version 2.150001' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html - version: 1.4 + version: '1.4' name: Acme-CPANAuthors-You-re_using no_index: directory: - t - inc requires: - Acme::CPANAuthors: 0.16 - File::Find: 0 - Module::Metadata: 1.000005 - perl: 5.006 + Acme::CPANAuthors: '0.16' + File::Find: '0' + Module::Metadata: '1.000005' + 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.06 +version: '0.07' diff --git a/README b/README index 9ff8d98..7844fcb 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.06 + Version 0.07 SYNOPSIS use Acme::CPANAuthors; @@ -52,7 +52,7 @@ SUPPORT perldoc Acme::CPANAuthors::You::re_using COPYRIGHT & LICENSE - Copyright 2009,2010,2011,2013 Vincent Pit, all rights reserved. + Copyright 2009,2010,2011,2013,2015 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 afaea0f..01e16f5 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.06 +Version 0.07 =cut our $VERSION; BEGIN { - $VERSION = '0.06'; + $VERSION = '0.07'; } =head1 SYNOPSIS