diff options
author | Andy Lester <andy@petdance.com> | 2005-09-12 20:08:36 -0500 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2005-09-13 06:18:46 +0000 |
commit | 91c8eaaffdd0921d0cb44da7ebbadd3178534e64 (patch) | |
tree | f761266cc0d97f67f70727d48783fb411b9e5c25 /lib | |
parent | 9c883c2041dbc8077a335ac621a9880f6e3623da (diff) | |
download | perl-91c8eaaffdd0921d0cb44da7ebbadd3178534e64.tar.gz |
The return of the consting
Message-ID: <20050913060835.GA1037@petdance.com>
p4raw-id: //depot/perl@25397
Diffstat (limited to 'lib')
-rw-r--r-- | lib/overload.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index da290ddc3a..b189044846 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -718,7 +718,7 @@ Returns C<undef> or a reference to the method that implements C<op>. =head1 Overloading constants For some applications, the Perl parser mangles constants too much. -It is possible to hook into this process via the C<overload::constant()> +It is possible to hook into this process via C<overload::constant()> and C<overload::remove_constant()> functions. These functions take a hash as an argument. The recognized keys of this hash |