diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 16:59:13 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-02 16:59:13 +0000 |
commit | fbb47e2e698ab02f0d078182fd16227ace6d0541 (patch) | |
tree | 8695328ec726af14b384a8e284e716feadc552b0 /lib/overload.pm | |
parent | ae2c041d65d6642c793feaa98698e06641f3bda8 (diff) | |
download | perl-fbb47e2e698ab02f0d078182fd16227ace6d0541.tar.gz |
overload syntax is no longer experimental
p4raw-id: //depot/cfgperl@2791
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index 6508ad1cf4..bcb56c3334 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 |