From: Jan Dubois Date: Mon, 3 Apr 2006 18:11:55 +0000 (-0700) Subject: "smart match" description in overload.pm is in the middle of "fallback" section X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5e68dedda8d8415e33ef036fd72f4ef4b4e51b45;p=p5sagit%2Fp5-mst-13.2.git "smart match" description in overload.pm is in the middle of "fallback" section From: "Jan Dubois" Message-ID: <02fd01c65784$c3f3c430$2217a8c0@candy> p4raw-id: //depot/perl@27707 --- diff --git a/lib/overload.pm b/lib/overload.pm index d511f2c..35c090b 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. - =over 16 =item * C @@ -547,6 +542,11 @@ C<"nomethod"> value, and if this is missing, raises an exception. B 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. + =head2 Copy Constructor The value for C<"="> is a reference to a function with three