]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
This is 0.04 v0.04
authorVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:47:36 +0000 (15:47 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 24 Aug 2011 13:47:36 +0000 (15:47 +0200)
Changes
META.json
META.yml
README
lib/Test/Leaner.pm

diff --git a/Changes b/Changes
index b94e37766f899147ba34ae0b11433bfb2df7e070..cd225f43fd5ee2bc813da040f84d1f3479424363 100644 (file)
--- 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.
index 11cb9f4af4b94f2d005324eb4ed7142c3029a8f7..7792820bf22aea695b31bd8a758f6832433601a7 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "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"
    ],
@@ -53,5 +53,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git"
       }
    },
-   "version" : "0.03"
+   "version" : "0.04"
 }
index 627aaa2987f152530bede79df1be63e2b11f1247..01e02728df5c06ea59151ab9150a5e22dd1ec958 100644 (file)
--- 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 79308c6e6d80e1793ab04e4c5ef8f1aba842000b..43748d962d6e6d881d1b84971f090ad9c36ab6b0 100644 (file)
--- 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.
+
index 54550e0cc155ded17cb171fdb8b25629740874ca..08c8de52868837e6f43fe5eee3d8cb9098a0f1a4 100644 (file)
@@ -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