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 58e9172 commit 14fbd17Copy full SHA for 14fbd17
doc/Language/faq.pod
@@ -531,7 +531,7 @@ Examples:
531
$obj.i = $i;
532
}
533
534
- # Slower Perl 5 version
+ # Perl 5 version
535
package Foo;
536
use Moose;
537
@@ -546,7 +546,7 @@ Examples:
546
547
1;
548
549
- # Faster Perl 5 version that offers bare-bones set of features
+ # Another Perl 5 version that offers bare-bones set of features
550
# compared to Moose/Perl 6's version but those are not needed in this
551
# specific, simple program anyway.
552
0 commit comments