]> git.vpit.fr Git - perl/modules/Test-Leaner.git/commitdiff
This is 0.05 v0.05
authorVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:24:28 +0000 (16:24 -0300)
committerVincent Pit <vince@profvince.com>
Sat, 24 Aug 2013 19:24:28 +0000 (16:24 -0300)
Changes
META.json
META.yml
README
lib/Test/Leaner.pm

diff --git a/Changes b/Changes
index cd225f43fd5ee2bc813da040f84d1f3479424363..c59fe6878e69e77e66e3d7e4f2ab206ad6532c5e 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,13 @@
 Revision history for Test-Leaner
 
 Revision history for Test-Leaner
 
+0.05    2013-08-24 19:25 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.04 can skip this update.
+        + Doc : POD headings are now properly linkable.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+
+
 0.04    2011-08-24 13:50 UTC
         + Fix : Correct the copyright for the fallback implementation of
                 _reftype().
 0.04    2011-08-24 13:50 UTC
         + Fix : Correct the copyright for the fallback implementation of
                 _reftype().
index 7792820bf22aea695b31bd8a758f6832433601a7..1cf88106e8eefd7ed1a2316bda27fd50e515bb3d 100644 (file)
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 0,
       "Vincent Pit <perl@profvince.com>"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150",
+   "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140",
    "license" : [
       "perl_5"
    ],
    "license" : [
       "perl_5"
    ],
    "prereqs" : {
       "build" : {
          "requires" : {
    "prereqs" : {
       "build" : {
          "requires" : {
-            "Exporter" : 0,
-            "ExtUtils::MakeMaker" : 0,
-            "Test::More" : 0
+            "Exporter" : "0",
+            "ExtUtils::MakeMaker" : "0",
+            "Test::More" : "0"
          }
       },
       "configure" : {
          "requires" : {
          }
       },
       "configure" : {
          "requires" : {
-            "ExtUtils::MakeMaker" : 0
+            "ExtUtils::MakeMaker" : "0"
          }
       },
       "runtime" : {
          "requires" : {
          }
       },
       "runtime" : {
          "requires" : {
-            "Exporter" : 0,
-            "Test::More" : 0,
+            "Exporter" : "0",
+            "Test::More" : "0",
             "perl" : "5.006"
          }
       }
             "perl" : "5.006"
          }
       }
@@ -43,7 +43,7 @@
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
    "release_status" : "stable",
    "resources" : {
       "bugtracker" : {
-         "web" : "http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Leaner"
+         "web" : "http://rt.cpan.org/Dist/Display.html?Name=Test-Leaner"
       },
       "homepage" : "http://search.cpan.org/dist/Test-Leaner/",
       "license" : [
       },
       "homepage" : "http://search.cpan.org/dist/Test-Leaner/",
       "license" : [
@@ -53,5 +53,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git"
       }
    },
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FTest-Leaner.git"
       }
    },
-   "version" : "0.04"
+   "version" : "0.05"
 }
 }
index 01e02728df5c06ea59151ab9150a5e22dd1ec958..b06153a302075853b9bff75b4e380e7a60e438d1 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 0
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version 2.132140'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,8 +24,8 @@ requires:
   Test::More: 0
   perl: 5.006
 resources:
   Test::More: 0
   perl: 5.006
 resources:
-  bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Leaner
+  bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Test-Leaner
   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
   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.04
+version: 0.05
diff --git a/README b/README
index 43748d962d6e6d881d1b84971f090ad9c36ab6b0..c888a55a762542b8c7ccde6a15162c9a50e0d1f7 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ NAME
     completeness.
 
 VERSION
     completeness.
 
 VERSION
-    Version 0.04
+    Version 0.05
 
 SYNOPSIS
         use Test::Leaner tests => 10_000;
 
 SYNOPSIS
         use Test::Leaner tests => 10_000;
@@ -77,55 +77,101 @@ FUNCTIONS
     The following functions from Test::More are implemented and exported by
     default.
 
     The following functions from Test::More are implemented and exported by
     default.
 
-  "plan [ tests => $count | 'no_plan' | skip_all => $reason ]"
+  "plan"
+        plan tests => $count;
+        plan 'no_plan';
+        plan skip_all => $reason;
+
     See "plan" in Test::More.
 
     See "plan" in Test::More.
 
-  "skip $reason => $count"
+  "skip"
+        skip $reason => $count;
+
     See "skip" in Test::More.
 
     See "skip" in Test::More.
 
-  "done_testing [ $count ]"
+  "done_testing"
+        done_testing;
+        done_testing $count;
+
     See "done_testing" in Test::More.
 
     See "done_testing" in Test::More.
 
-  "ok $ok [, $desc ]"
+  "ok"
+        ok $ok;
+        ok $ok, $desc;
+
     See "ok" in Test::More.
 
     See "ok" in Test::More.
 
-  "pass [ $desc ]"
+  "pass"
+        pass;
+        pass $desc;
+
     See "pass" in Test::More.
 
     See "pass" in Test::More.
 
-  "fail [ $desc ]"
+  "fail"
+        fail;
+        fail $desc;
+
     See "fail" in Test::More.
 
     See "fail" in Test::More.
 
-  "is $got, $expected [, $desc ]"
+  "is"
+        is $got, $expected;
+        is $got, $expected, $desc;
+
     See "is" in Test::More.
 
     See "is" in Test::More.
 
-  "isnt $got, $expected [, $desc ]"
+  "isnt"
+        isnt $got, $expected;
+        isnt $got, $expected, $desc;
+
     See "isnt" in Test::More.
 
     See "isnt" in Test::More.
 
-  "like $got, $regexp_expected [, $desc ]"
+  "like"
+        like $got, $regexp_expected;
+        like $got, $regexp_expected, $desc;
+
     See "like" in Test::More.
 
     See "like" in Test::More.
 
-  "unlike $got, $regexp_expected, [, $desc ]"
+  "unlike"
+        unlike $got, $regexp_expected;
+        unlike $got, $regexp_expected, $desc;
+
     See "unlike" in Test::More.
 
     See "unlike" in Test::More.
 
-  "cmp_ok $got, $op, $expected [, $desc ]"
+  "cmp_ok"
+        cmp_ok $got, $op, $expected;
+        cmp_ok $got, $op, $expected, $desc;
+
     See "cmp_ok" in Test::More.
 
     See "cmp_ok" in Test::More.
 
-  "is_deeply $got, $expected [, $desc ]"
+  "is_deeply"
+        is_deeply $got, $expected;
+        is_deeply $got, $expected, $desc;
+
     See "is_deeply" in Test::More.
 
     See "is_deeply" in Test::More.
 
-  "diag @text"
+  "diag"
+        diag @lines;
+
     See "diag" in Test::More.
 
     See "diag" in Test::More.
 
-  "note @text"
+  "note"
+        note @lines;
+
     See "note" in Test::More.
 
     See "note" in Test::More.
 
-  "BAIL_OUT [ $desc ]"
+  "BAIL_OUT"
+        BAIL_OUT;
+        BAIL_OUT $desc;
+
     See "BAIL_OUT" in Test::More.
 
     Test::Leaner also provides some functions of its own, which are never
     exported.
 
     See "BAIL_OUT" in Test::More.
 
     Test::Leaner also provides some functions of its own, which are never
     exported.
 
-  "tap_stream [ $fh ]"
+  "tap_stream"
+        my $tap_fh = tap_stream;
+        tap_stream $fh;
+
     Read/write accessor for the filehandle to which the tests are outputted.
     On write, it also turns autoflush on onto $fh.
 
     Read/write accessor for the filehandle to which the tests are outputted.
     On write, it also turns autoflush on onto $fh.
 
@@ -134,7 +180,10 @@ FUNCTIONS
 
     Defaults to "STDOUT".
 
 
     Defaults to "STDOUT".
 
-  "diag_stream [ $fh ]"
+  "diag_stream"
+        my $diag_fh = diag_stream;
+        diag_stream $fh;
+
     Read/write accessor for the filehandle to which the diagnostics are
     printed. On write, it also turns autoflush on onto $fh.
 
     Read/write accessor for the filehandle to which the diagnostics are
     printed. On write, it also turns autoflush on onto $fh.
 
@@ -173,7 +222,7 @@ SUPPORT
         perldoc Test::Leaner
 
 COPYRIGHT & LICENSE
         perldoc Test::Leaner
 
 COPYRIGHT & LICENSE
-    Copyright 2010,2011 Vincent Pit, all rights reserved.
+    Copyright 2010,2011,2013 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.
 
     This program is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself.
index 9fed3779c59a811b48d90b984e328f389a4d66c0..9944e257a4b6d31ba7e1aa88b395e7e0d1a1d38a 100644 (file)
@@ -10,11 +10,11 @@ Test::Leaner - A slimmer Test::More for when you favor performance over complete
 
 =head1 VERSION
 
 
 =head1 VERSION
 
-Version 0.04
+Version 0.05
 
 =cut
 
 
 =cut
 
-our $VERSION = '0.04';
+our $VERSION = '0.05';
 
 =head1 SYNOPSIS
 
 
 =head1 SYNOPSIS