overload syntax is no longer experimental
Jarkko Hietaniemi [Tue, 2 Feb 1999 16:59:13 +0000 (16:59 +0000)]
p4raw-id: //depot/cfgperl@2791

lib/overload.pm

index 6508ad1..bcb56c3 100644 (file)
@@ -169,13 +169,6 @@ overload - Package for overloading perl operations
     ...
     $strval = overload::StrVal $b;
 
-=head1 CAVEAT SCRIPTOR
-
-Overloading of operators is a subject not to be taken lightly.
-Neither its precise implementation, syntax, nor semantics are
-100% endorsed by Larry Wall.  So any of these may be changed 
-at some point in the future.
-
 =head1 DESCRIPTION
 
 =head2 Declaration of overloaded functions