X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=blobdiff_plain;f=Changes;h=d55389a6ff551c22cc95a8069733ef48f348c79e;hp=ddd73ddfa5c1a244f23c63b73de0e5e17d508951;hb=HEAD;hpb=a3d4bedc33260e0d7fcc1b537b7f38a359fbfda2 diff --git a/Changes b/Changes index ddd73dd..d55389a 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,51 @@ +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 + 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. + + Tst : Author tests are no longer bundled with this distribution. + They are only made available to authors in the git repository. + +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. + 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. + + Fix : Explicitely depend on the last ExtUtils::Installed and + Acme::CPANAuthors. + + Fix : Work around Kwalitee test misfailures. + +0.02 2009-02-17 17:05 UTC + + Doc : Misc. improvements. + + Fix : Missing directory trees to search for installed modules. + + Fix : 'Perl' shouldn't been counted as a proper module. + + Tst : Actually register the names in only one test. This divides the + test suite run time by three. + + Tst : Test that some of our deps were correctly discovered. + 0.01 2009-02-16 18:15 UTC First version, released on an unsuspecting world.