diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-11-18 18:52:53 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-11-18 20:17:19 -0800 |
commit | b1b0854bd0007475cf5a2630594138a1fff131e2 (patch) | |
tree | 13b70231e7c6174b6c2e3d8d7e3853879d88fc12 /pod | |
parent | 4aca0fe60f57f806473daef9c7357107f75f684f (diff) | |
download | perl-b1b0854bd0007475cf5a2630594138a1fff131e2.tar.gz |
perlhack: Note why some t/op tests avoid test.pl
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlhack.pod | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 64329edd8a..9f2513faeb 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -713,6 +713,9 @@ tested. Now that basic require() and subroutines are tested, you can use the F<t/test.pl> library. +Note, however, that some test scripts still avoid F<t/test.pl> if they make +use of features that F<t/test.pl> relies on heavily. + You can also use certain libraries like Config conditionally, but be sure to skip the test gracefully if it's not there. |