From: Vincent Pit Date: Wed, 24 Aug 2011 13:47:36 +0000 (+0200) Subject: This is 0.04 X-Git-Tag: v0.04^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=b763e8a53e293c79e2c204fb904f356e1979760c This is 0.04 --- diff --git a/Changes b/Changes index b94e377..cd225f4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ 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. diff --git a/META.json b/META.json index 11cb9f4..7792820 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Vincent Pit " ], "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" ], @@ -53,5 +53,5 @@ "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git" } }, - "version" : "0.03" + "version" : "0.04" } diff --git a/META.yml b/META.yml index 627aaa2..01e0272 100644 --- a/META.yml +++ b/META.yml @@ -9,7 +9,7 @@ build_requires: 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 @@ -28,4 +28,4 @@ resources: 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 diff --git a/README b/README index 79308c6..43748d9 100644 --- a/README +++ b/README @@ -3,7 +3,7 @@ NAME completeness. VERSION - Version 0.03 + Version 0.04 SYNOPSIS use Test::Leaner tests => 10_000; @@ -178,3 +178,11 @@ COPYRIGHT & LICENSE 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. + diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 54550e0..08c8de5 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -10,11 +10,11 @@ Test::Leaner - A slimmer Test::More for when you favor performance over complete =head1 VERSION -Version 0.03 +Version 0.04 =cut -our $VERSION = '0.03'; +our $VERSION = '0.04'; =head1 SYNOPSIS