+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.
"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
}
},
},
"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"
}
}
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git"
}
},
- "version" : "0.03"
+ "version" : "0.04"
}
---- #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
written the modules installed on your perl!
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
use Acme::CPANAuthors;
true beforehand.
DEPENDENCIES
- Carp, ExtUtils::Installed, Acme::CPANAuthors.
+ File::Find, Module::Metadata, Acme::CPANAuthors.
SEE ALSO
All others "Acme::CPANAuthors::*" modules.
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.
=head1 VERSION
-Version 0.03
+Version 0.04
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.03';
+ $VERSION = '0.04';
}
=head1 SYNOPSIS