Revision history for Acme-CPANAuthors-You-re_using
+0.05 2013-08-20 19:15 UTC
+ This is a maintenance release. The code contains no functional change.
+ Satisfied users of version 0.04 can skip this update.
+ + Tst : The Kwalitee test has been removed.
+
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.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
+ "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"build" : {
"requires" : {
"Acme::CPANAuthors" : "0.16",
- "ExtUtils::MakeMaker" : 0,
- "File::Find" : 0,
+ "ExtUtils::MakeMaker" : "0",
+ "File::Find" : "0",
"Module::Metadata" : "1.000005",
- "Test::More" : 0
+ "Test::More" : "0"
}
},
"configure" : {
"requires" : {
- "ExtUtils::MakeMaker" : 0
+ "ExtUtils::MakeMaker" : "0"
}
},
"runtime" : {
"requires" : {
"Acme::CPANAuthors" : "0.16",
- "File::Find" : 0,
+ "File::Find" : "0",
"Module::Metadata" : "1.000005",
"perl" : "5.006"
}
"release_status" : "stable",
"resources" : {
"bugtracker" : {
- "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using"
+ "web" : "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" : [
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git"
}
},
- "version" : "0.04"
+ "version" : "0.05"
}
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
license: perl
meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html
Module::Metadata: 1.000005
perl: 5.006
resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Acme-CPANAuthors-You-re_using
+ 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.04
+version: 0.05
written the modules installed on your perl!
VERSION
- Version 0.04
+ Version 0.05
SYNOPSIS
use Acme::CPANAuthors;
perldoc Acme::CPANAuthors::You::re_using
COPYRIGHT & LICENSE
- Copyright 2009,2010,2011 Vincent Pit, all rights reserved.
+ Copyright 2009,2010,2011,2013 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.04
+Version 0.05
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.04';
+ $VERSION = '0.05';
}
=head1 SYNOPSIS