geoff 2004/09/15 06:15:25
Modified: perl-framework/Apache-Test/lib/Apache Test.pm
Log:
be nice to people, not fish
Revision Changes Path
1.101 +1 -1 httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm
Index: Test.pm
===================================================================
RCS file: /home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/Test.pm,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- Test.pm 20 Aug 2004 18:25:53 -0000 1.100
+++ Test.pm 15 Sep 2004 13:15:25 -0000 1.101
@@ -437,7 +437,7 @@
no strict 'refs';
(my $real_func = $func) =~ s/^have_/need_/;
*$func = sub {
- # be nice to poor soles calling functions with $_ argument in
+ # be nice to poor souls calling functions with $_ argument in
# the foreach loop, etc.!
local $_;
local @SkipReasons;