Codebase list libcheck-isa-perl / upstream/0.09
New upstream version 0.09 Lucas Kanashiro 7 years ago
5 changed file(s) with 20 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Check::ISA
1
2 0.09 2016-09-15 MANWAR
3 - Added 'provides' to Makefile.PL script.
14
25 0.08 2016-07-15 MANWAR
36 - Added LICENSE file as reported by CPANTS.
3737 }
3838 }
3939 },
40 "provides" : {
41 "Check::ISA" : {
42 "file" : "lib/Check/ISA.pm",
43 "version" : "0.09"
44 }
45 },
4046 "release_status" : "stable",
4147 "resources" : {
4248 "repository" : {
4551 "web" : "https://github.com/manwar/Check-ISA"
4652 }
4753 },
48 "version" : "0.08",
54 "version" : "0.09",
4955 "x_serialization_backend" : "JSON::PP version 2.27300"
5056 }
1616 directory:
1717 - t
1818 - inc
19 provides:
20 Check::ISA:
21 file: lib/Check/ISA.pm
22 version: '0.09'
1923 requires:
2024 Sub::Exporter: '0'
2125 Test::use::ok: '0'
2226 perl: '5.008'
2327 resources:
2428 repository: https://github.com/manwar/Check-ISA.git
25 version: '0.08'
29 version: '0.09'
2630 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
2525 clean => { FILES => 'Check-ISA-*' },
2626 (eval { ExtUtils::MakeMaker->VERSION(6.46) } ? (META_MERGE => {
2727 'meta-spec' => { version => 2 },
28 provides => {
29 'Check::ISA' => { file => 'lib/Check/ISA.pm', version => '0.09' },
30 },
2831 resources => {
2932 repository => {
3033 type => 'git',
1414 use constant CAN_HAS_DOES => not not UNIVERSAL->can("DOES");
1515 use warnings::register;
1616
17 our $VERSION = "0.08";
17 our $VERSION = "0.09";
1818
1919 sub extract_io {
2020 my $glob = shift;
137137
138138 =head1 VERSION
139139
140 Version 0.08
140 Version 0.09
141141
142142 =head1 SYNOPSIS
143143