diff options
Diffstat (limited to 'lib')
-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 |