mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Remove 'use strict' from Perl6 sample
This commit is contained in:
@@ -12,7 +12,6 @@ unless EVAL 'EVAL("1", :lang<perl5>)' {
|
|||||||
die unless
|
die unless
|
||||||
EVAL(q/
|
EVAL(q/
|
||||||
package My::Hash;
|
package My::Hash;
|
||||||
use strict;
|
|
||||||
|
|
||||||
sub new {
|
sub new {
|
||||||
my ($class, $ref) = @_;
|
my ($class, $ref) = @_;
|
||||||
|
|||||||
Reference in New Issue
Block a user