From: Graham Knop <haarg@haarg.org>
Date: Wed, 27 May 2015 07:08:55 +0000 (-0400)
Subject: remove extraneous strictures import in test
X-Git-Tag: v2.000001~11
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4981fd9f6100db8709dbad55b043d342a83a4424;p=p5sagit%2Fstrictures.git

remove extraneous strictures import in test
---

diff --git a/t/extras.t b/t/extras.t
index 2763d1c..474ad38 100644
--- a/t/extras.t
+++ b/t/extras.t
@@ -101,7 +101,6 @@ use strictures;
     }
     die $e if defined $e;
 
-    strictures->import;
     like(
       $str,
       qr/Missing were:\n\n  indirect multidimensional bareword::filehandles/,