Change 34238 by [EMAIL PROTECTED] on 2008/09/01 12:59:06
Fix typo.
Affected files ...
... //depot/perl/lib/File/Temp.pm#39 edit
Differences ...
==== //depot/perl/lib/File/Temp.pm#39 (text) ====
Index: perl/lib/File/Temp.pm
--- perl/lib/File/Temp.pm#38~32892~ 2008-01-07 08:55:44.000000000 -0800
+++ perl/lib/File/Temp.pm 2008-09-01 05:59:06.000000000 -0700
@@ -1022,7 +1022,7 @@
my $unlink = (exists $args{UNLINK} ? $args{UNLINK} : 1 );
delete $args{UNLINK};
- # template (store it in an error so that it will
+ # template (store it in an array so that it will
# disappear from the arg list of tempfile
my @template = ( exists $args{TEMPLATE} ? $args{TEMPLATE} : () );
delete $args{TEMPLATE};
End of Patch.