diff options
-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. |