From ca4bc6110f2a99bc54072d4924c28dec5e3b101a Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Sun, 3 Jan 2016 11:47:09 +0100 Subject: [PATCH] Remove 'use strict' from Perl6 sample --- samples/Perl6/hash.t | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/Perl6/hash.t b/samples/Perl6/hash.t index 7bff849e..24ba2b50 100644 --- a/samples/Perl6/hash.t +++ b/samples/Perl6/hash.t @@ -12,7 +12,6 @@ unless EVAL 'EVAL("1", :lang)' { die unless EVAL(q/ package My::Hash; -use strict; sub new { my ($class, $ref) = @_;