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 13b8134 commit 304ae01Copy full SHA for 304ae01
doc/Language/create-cli.pod6
@@ -379,7 +379,7 @@ undocumented interface will continue to function until C<v6.e>. From v6.d
379
onward, the use of the undocumented API will cause a DEPRECATED message.
380
381
Ecosystem modules can provide both the new and the old interface for
382
-compatibility with older versions of Perl 6: if a newer Perl 6 recognizes
+compatibility with older versions of Perl 6: if a newer Perl 6 recognizes
383
the new (documented) interface, it will use that. If there is no new
384
interface subroutine available, but the old C<MAIN_HELPER> interface is,
385
then it will use the old interface.
0 commit comments