]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
This is 0.08 v0.08
authorVincent Pit <vince@profvince.com>
Mon, 16 Mar 2015 14:49:34 +0000 (11:49 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 16 Mar 2015 14:49:34 +0000 (11:49 -0300)
Changes
META.json
META.yml
README
lib/Acme/CPANAuthors/You/re_using.pm

diff --git a/Changes b/Changes
index 921af54995a3f66ce32e7d97da3461d8b2671ff2..d55389a6ff551c22cc95a8069733ef48f348c79e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,9 @@
 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
index ceb2fdcfbd6b3c0afca2cd948f92f88e57d298b5..095eee3324426e7e902b1f4f1d07cf07f0358b93 100644 (file)
--- a/META.json
+++ b/META.json
@@ -25,7 +25,7 @@
             "Acme::CPANAuthors" : "0.16",
             "ExtUtils::MakeMaker" : "0",
             "File::Find" : "0",
-            "Module::Metadata" : "1.000005",
+            "Module::Metadata" : "1.000017",
             "Test::More" : "0",
             "lib" : "0"
          }
@@ -39,7 +39,7 @@
          "requires" : {
             "Acme::CPANAuthors" : "0.16",
             "File::Find" : "0",
-            "Module::Metadata" : "1.000005",
+            "Module::Metadata" : "1.000017",
             "perl" : "5.006"
          }
       }
@@ -57,5 +57,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git"
       }
    },
-   "version" : "0.07"
+   "version" : "0.08"
 }
index bbade8dc9fd2d5e27cb64eb67da4362810db0dae..9a4fc661eba65100eaf7dc609b689760c1678edc 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -6,7 +6,7 @@ build_requires:
   Acme::CPANAuthors: '0.16'
   ExtUtils::MakeMaker: '0'
   File::Find: '0'
-  Module::Metadata: '1.000005'
+  Module::Metadata: '1.000017'
   Test::More: '0'
   lib: '0'
 configure_requires:
@@ -25,11 +25,11 @@ no_index:
 requires:
   Acme::CPANAuthors: '0.16'
   File::Find: '0'
-  Module::Metadata: '1.000005'
+  Module::Metadata: '1.000017'
   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.07'
+version: '0.08'
diff --git a/README b/README
index 7844fcba4631b0c432395b0ca7d54da64a3be190..94d207ea78fad483a32e0b1d67b7b87d25bc53d6 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     written the modules installed on your perl!
 
 VERSION
-    Version 0.07
+    Version 0.08
 
 SYNOPSIS
         use Acme::CPANAuthors;
@@ -28,7 +28,11 @@ FUNCTIONS
     true beforehand.
 
 DEPENDENCIES
-    File::Find, Module::Metadata, Acme::CPANAuthors.
+    File::Find (core since perl 5)
+
+    Acme::CPANAuthors 0.16.
+
+    Module::Metadata 1.000_017.
 
 SEE ALSO
     All others "Acme::CPANAuthors::*" modules.
index 149c60a4b25d083edaa496edc8981c3d6049f3e9..9e2d4f541bf80f2e3d1a2cf12b59997178758d90 100644 (file)
@@ -14,13 +14,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.07';
+ $VERSION = '0.08';
 }
 
 =head1 SYNOPSIS