"smart match" description in overload.pm is in the middle of "fallback" section
Jan Dubois [Mon, 3 Apr 2006 18:11:55 +0000 (11:11 -0700)]
From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy>

p4raw-id: //depot/perl@27707

lib/overload.pm

index d511f2c..35c090b 100644 (file)
@@ -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