From: Jarkko Hietaniemi Date: Tue, 2 Feb 1999 16:59:13 +0000 (+0000) Subject: overload syntax is no longer experimental X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fbb47e2e698ab02f0d078182fd16227ace6d0541;p=p5sagit%2Fp5-mst-13.2.git overload syntax is no longer experimental p4raw-id: //depot/cfgperl@2791 --- diff --git a/lib/overload.pm b/lib/overload.pm index 6508ad1..bcb56c3 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -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