From: Vincent Pit Date: Tue, 28 Dec 2010 21:31:05 +0000 (+0100) Subject: Add pointers to the original documentation from Test::More X-Git-Tag: v0.02~7 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=commitdiff_plain;h=a8fda042e9e7dd2efb2ddaf654ad7f27ce9b77a9 Add pointers to the original documentation from Test::More --- diff --git a/lib/Test/Leaner.pm b/lib/Test/Leaner.pm index 4764511..b4416f8 100644 --- a/lib/Test/Leaner.pm +++ b/lib/Test/Leaner.pm @@ -137,6 +137,8 @@ The following functions from L are implemented and exported by defau =head2 C<< plan [ tests => $count | 'no_plan' | skip_all => $reason ] >> +See L. + =cut sub plan { @@ -236,6 +238,8 @@ sub import { =head2 C<< skip $reason => $count >> +See L. + =cut sub skip { @@ -271,6 +275,8 @@ sub skip { =head2 C +See L. + =cut sub done_testing { @@ -302,6 +308,8 @@ sub done_testing { =head2 C +See L. + =cut sub ok ($;$) { @@ -329,6 +337,8 @@ sub ok ($;$) { =head2 C +See L. + =cut sub pass (;$) { @@ -338,6 +348,8 @@ sub pass (;$) { =head2 C +See L. + =cut sub fail (;$) { @@ -347,6 +359,8 @@ sub fail (;$) { =head2 C +See L. + =cut sub is ($$;$) { @@ -361,6 +375,8 @@ sub is ($$;$) { =head2 C +See L. + =cut sub isnt ($$;$) { @@ -446,10 +462,12 @@ IS_BINOP =head2 C -=cut +See L. =head2 C +See L. + =cut { @@ -460,6 +478,8 @@ IS_BINOP =head2 C +See L. + =cut sub cmp_ok ($$$;$) { @@ -475,6 +495,8 @@ sub cmp_ok ($$$;$) { =head2 C +See L. + =cut sub _deep_check { @@ -547,6 +569,8 @@ sub _diag_fh { =head2 C +See L. + =cut sub diag { @@ -556,6 +580,8 @@ sub diag { =head2 C +See L. + =cut sub note { @@ -565,6 +591,8 @@ sub note { =head2 C +See L. + =cut sub BAIL_OUT {