Change 12071 by ams@ams-lustre on 2001/09/18 18:06:27
Deprecate != Depreciate.
Affected files ...
... //depot/perl/ext/IO/lib/IO/Handle.pm#24 edit
... //depot/perl/ext/IO/lib/IO/Select.pm#14 edit
... //depot/perl/lib/Pod/ParseUtils.pm#7 edit
Differences ...
==== //depot/perl/ext/IO/lib/IO/Handle.pm#24 (text) ====
Index: perl/ext/IO/lib/IO/Handle.pm
--- perl/ext/IO/lib/IO/Handle.pm.~1~ Tue Sep 18 12:15:15 2001
+++ perl/ext/IO/lib/IO/Handle.pm Tue Sep 18 12:15:15 2001
@@ -595,7 +595,7 @@
}
-# so that flush.pl can be depriciated
+# so that flush.pl can be deprecated
sub printflush {
my $io = shift;
==== //depot/perl/ext/IO/lib/IO/Select.pm#14 (text) ====
Index: perl/ext/IO/lib/IO/Select.pm
--- perl/ext/IO/lib/IO/Select.pm.~1~ Tue Sep 18 12:15:15 2001
+++ perl/ext/IO/lib/IO/Select.pm Tue Sep 18 12:15:15 2001
@@ -131,7 +131,7 @@
sub has_error
{
- warnings::warn("Call to depreciated method 'has_error', use 'has_exception'")
+ warnings::warn("Call to deprecated method 'has_error', use 'has_exception'")
if warnings::enabled();
goto &has_exception;
}
==== //depot/perl/lib/Pod/ParseUtils.pm#7 (text) ====
Index: perl/lib/Pod/ParseUtils.pm
--- perl/lib/Pod/ParseUtils.pm.~1~ Tue Sep 18 12:15:15 2001
+++ perl/lib/Pod/ParseUtils.pm Tue Sep 18 12:15:15 2001
@@ -274,7 +274,7 @@
This method can be used to (re)parse a (new) hyperlink, i.e. the contents
of a C<LE<lt>...E<gt>> sequence. The result is stored in the current object.
Warnings are stored in the B<warnings> property.
-E.g. sections like C<LE<lt>open(2)E<gt>> are deprected, as they do not point
+E.g. sections like C<LE<lt>open(2)E<gt>> are deprecated, as they do not point
to Perl documents. C<LE<lt>DBI::foo(3p)E<gt>> is wrong as well, the manpage
section can simply be dropped.
End of Patch.