From: Rafael Garcia-Suarez Date: Tue, 5 Mar 2002 22:26:20 +0000 (+0100) Subject: chom?p overridability is the other way X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2d0fb59fc14d3a9c8f1d1d18319cca0f723c524;p=p5sagit%2Fp5-mst-13.2.git chom?p overridability is the other way Message-ID: <20020305222620.A733@rafael> p4raw-id: //depot/perl@15049 --- diff --git a/pod/perldelta.pod b/pod/perldelta.pod index e9d35ec..04c2e5d 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 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 is undefined, +because it cannot be expressed and therefore one cannot really write replacements to override these builtins. =item *