]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
This is 0.03 v0.03
authorVincent Pit <vince@profvince.com>
Sun, 3 Jan 2010 10:07:54 +0000 (11:07 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 3 Jan 2010 10:10:03 +0000 (11:10 +0100)
Changes
META.yml
README
lib/Acme/CPANAuthors/You/re_using.pm

diff --git a/Changes b/Changes
index 58eadc45614904d7984103cfeb6cfa51db8f43de..1e6a510535910272c2e6d990a9b8b1594945c45c 100644 (file)
--- 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.
index 28894e3c23f3c1a6656a0c6f51444018cd76fbea..c83340e84712acde443f703d9305229a72ec4872 100644 (file)
--- 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 <perl@profvince.com>
@@ -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 a18ce40ae1d00358500ba679bab229a0691f1d89..3df4a6775af71823c51a376bbe6aa7c7dd5d828b 100644 (file)
--- 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.
index 8d0ba4f8a722ff6a84c2e267249f9be9b04863e8..7c08bb6153724ef2519e963626f0adba2528dce2 100644 (file)
@@ -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