diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-03-05 23:26:20 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-03-05 20:45:33 +0000 |
commit | c2d0fb59fc14d3a9c8f1d1d18319cca0f723c524 (patch) | |
tree | 1d86c918f2f8a928fbc099963a110976b94183ec | |
parent | d0aa90f645eb9de515a65ce6a4d5b1e5cedd952a (diff) | |
download | perl-c2d0fb59fc14d3a9c8f1d1d18319cca0f723c524.tar.gz |
chom?p overridability is the other way
Message-ID: <20020305222620.A733@rafael>
p4raw-id: //depot/perl@15049
-rw-r--r-- | pod/perldelta.pod | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e9d35eccf6..04c2e5db9f 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -408,9 +408,9 @@ removed/changed in future releases.) =item * -chomp() and chop() have been demoted back to I<not> being overridable -because they cannot really be overridden-- the problem is that their -prototype cannot be expressed and therefore one really cannot write +chomp() and chop() are now overridable. Note, however, that their +prototype (as given by C<prototype("CORE::chomp")> is undefined, +because it cannot be expressed and therefore one cannot really write replacements to override these builtins. =item * |