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.
"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"
],
"ExtUtils::MakeMaker" : "0",
"File::Find" : "0",
"Module::Metadata" : "1.000005",
- "Test::More" : "0"
+ "Test::More" : "0",
+ "lib" : "0"
}
},
"configure" : {
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FAcme-CPANAuthors-You-re_using.git"
}
},
- "version" : "0.06"
+ "version" : "0.07"
}
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'
written the modules installed on your perl!
VERSION
- Version 0.06
+ Version 0.07
SYNOPSIS
use Acme::CPANAuthors;
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.
=head1 VERSION
-Version 0.06
+Version 0.07
=cut
our $VERSION;
BEGIN {
- $VERSION = '0.06';
+ $VERSION = '0.07';
}
=head1 SYNOPSIS