From b1b0854bd0007475cf5a2630594138a1fff131e2 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 18 Nov 2012 18:52:53 -0800 Subject: perlhack: Note why some t/op tests avoid test.pl --- pod/perlhack.pod | 3 +++ 1 file changed, 3 insertions(+) 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 library. +Note, however, that some test scripts still avoid F if they make +use of features that F 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. -- cgit v1.2.1