mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +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
|
||||
EVAL(q/
|
||||
package My::Hash;
|
||||
use strict;
|
||||
|
||||
sub new {
|
||||
my ($class, $ref) = @_;
|
||||
|
||||
Reference in New Issue
Block a user