Revision history for Test-Leaner
+0.04 2011-08-24 13:50 UTC
+ + Fix : Correct the copyright for the fallback implementation of
+ _reftype().
+
0.03 2011-07-18 13:20 UTC
+ Chg : The fallback interface will croak if you try to import a symbol
of Test::More that is not implemented in Test::Leaner.
"Vincent Pit <perl@profvince.com>"
],
"dynamic_config" : 0,
- "generated_by" : "ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001",
+ "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
"license" : [
"perl_5"
],
"url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git"
}
},
- "version" : "0.03"
+ "version" : "0.04"
}
configure_requires:
ExtUtils::MakeMaker: 0
dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.58, CPAN::Meta::Converter version 2.110930001'
+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
homepage: http://search.cpan.org/dist/Test-Leaner/
license: http://dev.perl.org/licenses/
repository: http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git
-version: 0.03
+version: 0.04
completeness.
VERSION
- Version 0.03
+ Version 0.04
SYNOPSIS
use Test::Leaner tests => 10_000;
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
+ Except for the fallback implementation of the internal "_reftype"
+ function, which has been taken from Scalar::Util and is
+
+ Copyright 1997-2007 Graham Barr, 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 = '0.03';
+our $VERSION = '0.04';
=head1 SYNOPSIS