]> git.vpit.fr Git - perl/modules/Acme-CPANAuthors-You-re_using.git/commitdiff
This is 0.04 v0.04
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 23:09:26 +0000 (01:09 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 23:09:26 +0000 (01:09 +0200)
Changes
META.json
META.yml
README
lib/Acme/CPANAuthors/You/re_using.pm

diff --git a/Changes b/Changes
index 1e6a510535910272c2e6d990a9b8b1594945c45c..2595eade0081f87bfbc05c18f72640ccd914aede 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,3 +1,15 @@
+Revision history for Acme-CPANAuthors-You-re_using
+
+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.
index 1e0cab871eb8ea3dd9061b9a4a8b6967c73c58c2..9188f572a054f3c74d596df43d06df641769db5b 100644 (file)
--- a/META.json
+++ b/META.json
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Acme::CPANAuthors" : "0.14",
-            "Carp" : 0,
-            "ExtUtils::Installed" : "1.999",
+            "Acme::CPANAuthors" : "0.16",
             "ExtUtils::MakeMaker" : 0,
+            "File::Find" : 0,
+            "Module::Metadata" : "1.000005",
             "Test::More" : 0
          }
       },
@@ -36,9 +36,9 @@
       },
       "runtime" : {
          "requires" : {
-            "Acme::CPANAuthors" : "0.14",
-            "Carp" : 0,
-            "ExtUtils::Installed" : "1.999",
+            "Acme::CPANAuthors" : "0.16",
+            "File::Find" : 0,
+            "Module::Metadata" : "1.000005",
             "perl" : "5.006"
          }
       }
@@ -56,5 +56,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git"
       }
    },
-   "version" : "0.03"
+   "version" : "0.04"
 }
index c83340e84712acde443f703d9305229a72ec4872..443e240bb6b17c2673ed80d2280062d80b456495 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,35 +1,34 @@
---- #YAML:1.0
-name:               Acme-CPANAuthors-You-re_using
-version:            0.03
-abstract:           We are the CPAN authors that have written the modules installed on your perl!
+---
+abstract: 'We are the CPAN authors that have written the modules installed on your perl!'
 author:
-    - Vincent Pit <perl@profvince.com>
-license:            perl
-distribution_type:  module
-configure_requires:
-    ExtUtils::MakeMaker:  0
+  - 'Vincent Pit <perl@profvince.com>'
 build_requires:
-    Acme::CPANAuthors:    0.09
-    Carp:                 0
-    ExtUtils::Installed:  1.999
-    ExtUtils::MakeMaker:  0
-    Test::More:           0
+  Acme::CPANAuthors: 0.16
+  ExtUtils::MakeMaker: 0
+  File::Find: 0
+  Module::Metadata: 1.000005
+  Test::More: 0
+configure_requires:
+  ExtUtils::MakeMaker: 0
+dynamic_config: 0
+generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
+license: perl
+meta-spec:
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4
+name: Acme-CPANAuthors-You-re_using
+no_index:
+  directory:
+    - t
+    - inc
 requires:
-    Acme::CPANAuthors:    0.09
-    Carp:                 0
-    ExtUtils::Installed:  1.999
-    perl:                 5.006
+  Acme::CPANAuthors: 0.16
+  File::Find: 0
+  Module::Metadata: 1.000005
+  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/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git
-no_index:
-    directory:
-        - t
-        - inc
-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
+  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/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git
+version: 0.04
diff --git a/README b/README
index 3df4a6775af71823c51a376bbe6aa7c7dd5d828b..96a8e392aaad7e787abb7e951bdc363a751dd4f8 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     written the modules installed on your perl!
 
 VERSION
-    Version 0.03
+    Version 0.04
 
 SYNOPSIS
         use Acme::CPANAuthors;
@@ -28,7 +28,7 @@ FUNCTIONS
     true beforehand.
 
 DEPENDENCIES
-    Carp, ExtUtils::Installed, Acme::CPANAuthors.
+    File::Find, Module::Metadata, Acme::CPANAuthors.
 
 SEE ALSO
     All others "Acme::CPANAuthors::*" modules.
@@ -52,7 +52,7 @@ SUPPORT
         perldoc Acme::CPANAuthors::You::re_using
 
 COPYRIGHT & LICENSE
-    Copyright 2009,2010 Vincent Pit, all rights reserved.
+    Copyright 2009,2010,2011 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 12818020ad53d813e2297e2db0b08146095c9103..10e3cdac64c7a70ebbf193a93810630436360cb5 100644 (file)
@@ -14,13 +14,13 @@ Acme::CPANAuthors::You::re_using - We are the CPAN authors that have written the
 
 =head1 VERSION
 
-Version 0.03
+Version 0.04
 
 =cut
 
 our $VERSION;
 BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
 }
 
 =head1 SYNOPSIS