From: Vincent Pit Date: Sun, 3 Jan 2010 10:07:54 +0000 (+0100) Subject: This is 0.03 X-Git-Tag: v0.03^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git;a=commitdiff_plain;h=e8b06a5663a989f54c31b85081660ea48f24d495 This is 0.03 --- diff --git a/Changes b/Changes index 58eadc4..1e6a510 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,10 @@ +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. diff --git a/META.yml b/META.yml index 28894e3..c83340e 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Acme-CPANAuthors-You-re_using -version: 0.02 +version: 0.03 abstract: We are the CPAN authors that have written the modules installed on your perl! author: - Vincent Pit @@ -9,24 +9,27 @@ distribution_type: module configure_requires: ExtUtils::MakeMaker: 0 build_requires: - Acme::CPANAuthors: 0 + Acme::CPANAuthors: 0.09 + Carp: 0 + ExtUtils::Installed: 1.999 ExtUtils::MakeMaker: 0 Test::More: 0 requires: - Acme::CPANAuthors: 0 + Acme::CPANAuthors: 0.09 Carp: 0 - ExtUtils::Installed: 0 + ExtUtils::Installed: 1.999 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/perl/modules/Acme-CPANAuthors-You-re_using.git + 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.48 +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 diff --git a/README b/README index a18ce40..3df4a67 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME written the modules installed on your perl! VERSION - Version 0.02 + Version 0.03 SYNOPSIS use Acme::CPANAuthors; @@ -52,7 +52,7 @@ SUPPORT perldoc Acme::CPANAuthors::You::re_using COPYRIGHT & LICENSE - Copyright 2009 Vincent Pit, all rights reserved. + Copyright 2009,2010 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 8d0ba4f..7c08bb6 100644 --- a/lib/Acme/CPANAuthors/You/re_using.pm +++ b/lib/Acme/CPANAuthors/You/re_using.pm @@ -15,13 +15,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the =head1 VERSION -Version 0.02 +Version 0.03 =cut our $VERSION; BEGIN { - $VERSION = '0.02'; + $VERSION = '0.03'; } =head1 SYNOPSIS