]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
This is 0.07 v0.07
authorVincent Pit <vince@profvince.com>
Fri, 13 Mar 2015 15:29:32 +0000 (12:29 -0300)
committerVincent Pit <vince@profvince.com>
Fri, 13 Mar 2015 15:29:32 +0000 (12:29 -0300)
Changes
META.json
META.yml
README
lib/Acme/CPANAuthors/You/re_using.pm

diff --git a/Changes b/Changes
index fb31601aa6d461a2cc0abffacf569bcda97576fe..921af54995a3f66ce32e7d97da3461d8b2671ff2 100644 (file)
--- 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.
index 705c4f6ceb202edf844735f74ac200e06c41d750..ceb2fdcfbd6b3c0afca2cd948f92f88e57d298b5 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "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"
 }
index dd31e27964c63110181acda2c86f9e3f09a41688..bbade8dc9fd2d5e27cb64eb67da4362810db0dae 100644 (file)
--- 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 <perl@profvince.com>'
 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 9ff8d98ec33810010d7460363d2fc27ccd1ee70b..7844fcba4631b0c432395b0ca7d54da64a3be190 100644 (file)
--- 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.
index afaea0ffc2b2b3a62733b47334e1aea7ed11a5f5..01e16f51acf01cddf0243261498d6b3156f9d8f5 100644 (file)
@@ -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