diff options
author | Jan Dubois <jand@activestate.com> | 2006-04-03 11:11:55 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-04-04 07:39:59 +0000 |
commit | 5e68dedda8d8415e33ef036fd72f4ef4b4e51b45 (patch) | |
tree | 03d296e0a916cda4f47287f677ca6ea97a1e6bc8 /lib/overload.pm | |
parent | 941b3de131f63aee81c84f0054b50a857b4c4124 (diff) | |
download | perl-5e68dedda8d8415e33ef036fd72f4ef4b4e51b45.tar.gz |
"smart match" description in overload.pm is in the middle of "fallback" section
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>
p4raw-id: //depot/perl@27707
Diffstat (limited to 'lib/overload.pm')
-rw-r--r-- | lib/overload.pm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/overload.pm b/lib/overload.pm index d511f2c142..35c090bd64 100644 --- a/lib/overload.pm +++ b/lib/overload.pm @@ -517,11 +517,6 @@ The key C<"fallback"> governs what to do if a method for a particular operation is not found. Three different cases are possible depending on the value of C<"fallback">: -=head2 Smart Match - -The key C<"~~"> allows you to override the smart matching used by -the switch construct. See L<feature>. - =over 16 =item * C<undef> @@ -547,6 +542,11 @@ C<"nomethod"> value, and if this is missing, raises an exception. B<Note.> C<"fallback"> inheritance via @ISA is not carved in stone yet, see L<"Inheritance and overloading">. +=head2 Smart Match + +The key C<"~~"> allows you to override the smart matching used by +the switch construct. See L<feature>. + =head2 Copy Constructor The value for C<"="> is a reference to a function with three |