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 4f2611b commit 6213785Copy full SHA for 6213785
doc/Language/traps.pod6
@@ -137,7 +137,7 @@ C<BUILDALL> mechanism instead:
137
(Note that C<BUILDALL> is a method, not a submethod. That's because by
138
default, there is only one such method per class hierarchy, whereas C<BUILD>
139
is explicitly called per class. Which also explains why you need the
140
-C<nextsame> inside C<BUILDALL>, but not inside C<BUILD>).
+C<callsame> inside C<BUILDALL>, but not inside C<BUILD>).
141
142
=head1 Regexes
143
0 commit comments