Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove claims about slower and faster
  • Loading branch information
stmuk committed Nov 21, 2015
1 parent 58e9172 commit 14fbd17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Language/faq.pod
Expand Up @@ -531,7 +531,7 @@ Examples:
$obj.i = $i;
}
# Slower Perl 5 version
# Perl 5 version
package Foo;
use Moose;
Expand All @@ -546,7 +546,7 @@ Examples:
1;
# Faster Perl 5 version that offers bare-bones set of features
# Another Perl 5 version that offers bare-bones set of features
# compared to Moose/Perl 6's version but those are not needed in this
# specific, simple program anyway.
package Foo;
Expand Down

0 comments on commit 14fbd17

Please sign in to comment.