X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FTutorial.pod;h=e07ca325f346681d0d92f74b8d7165eef4ae9497;hb=a9153838573937ae6673c59472b70743ddaf741a;hp=bd5b91d48a068bf4b501e95ffe2c204d9b13cb44;hpb=4bd4e70a66918d2504898c13d13f6efaa155cbb3;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index bd5b91d..e07ca32 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -137,8 +137,8 @@ So now you'd see... =head2 Test the manual Simplest way to build up a decent testing suite is to just test what -the manual says it does. [3] Let's pull something out of the -L and test that all it's bits work. +the manual says it does. [3] Let's pull something out of the +L and test that all its bits work. #!/usr/bin/perl -w