We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be5306 commit 7371e2eCopy full SHA for 7371e2e
S12-objects.pod
@@ -611,8 +611,8 @@ You can also get at the container through the appropriate symbol table:
611
=head2 FALLBACK methods
612
613
If your class defines a method with the special name C<FALLBACK>, that
614
-method will be called if all other attempts to locate a method of that
615
-name fail, including normal method dispatch as well as delegation (see
+method will be called if all other attempts to locate a method
+fail, including normal method dispatch as well as delegation (see
616
below). The first argument to the method will be the method name (as
617
a string) that was unsuccessfully searched for. The original call's
618
arguments are passed in as rest of the C<FALLBACK>'s argument list.
0 commit comments