summaryrefslogtreecommitdiff
path: root/pod/perlhack.pod
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-11-20 18:00:49 -0800
committerFather Chrysostomos <sprout@cpan.org>2012-11-20 18:00:49 -0800
commit5e1c1ee37a1b35d7aff2dbbf2a598904f39d5c89 (patch)
tree68ebac2e651aa36401b80e3e4db2884bb91b46d0 /pod/perlhack.pod
parent14eebc59ac4c6c5f184ec5c2bba06f14f76d2293 (diff)
downloadperl-5e1c1ee37a1b35d7aff2dbbf2a598904f39d5c89.tar.gz
perlhack: better word
At Aristotle’s suggestion
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.