summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
Diffstat (limited to 'pod/perlhack.pod')
-rw-r--r--pod/perlhack.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlhack.pod b/pod/perlhack.pod
index 9f2513faeb..f16f5b874f 100644
--- a/pod/perlhack.pod
+++ b/pod/perlhack.pod
@@ -713,8 +713,8 @@ 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.
+Note, however, that some test scripts still avoid F<t/test.pl> if they test
+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.