diff options
Diffstat (limited to 'lib/Test/Tutorial.pod')
-rw-r--r-- | lib/Test/Tutorial.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Test/Tutorial.pod b/lib/Test/Tutorial.pod index 38f1f70c56..fa1cd2b9dd 100644 --- a/lib/Test/Tutorial.pod +++ b/lib/Test/Tutorial.pod @@ -137,7 +137,7 @@ 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 of the +the manual says it does. [3] Let's pull something out of the Date::ICal SYNOPSIS and test that all it's bits work. #!/usr/bin/perl -w |