Remove 'use strict' from Perl6 sample

This commit is contained in:
Paul Chaignon
2016-01-03 11:47:09 +01:00
parent 9a070d7bb3
commit ca4bc6110f

View File

@@ -12,7 +12,6 @@ unless EVAL 'EVAL("1", :lang<perl5>)' {
die unless
EVAL(q/
package My::Hash;
use strict;
sub new {
my ($class, $ref) = @_;