From: Shawn M Moore Date: Thu, 5 Feb 2009 16:39:03 +0000 (+0000) Subject: Avoid the warning about exporting sugar into main X-Git-Tag: 0.19~49 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=354cc113e18e07f80550d1376c52e401b81034fb Avoid the warning about exporting sugar into main --- diff --git a/t/000-load.t b/t/000-load.t index a4df79e..e05b5a5 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -1,4 +1,5 @@ #!perl -T +package Foo; use strict; use warnings; use Test::More tests => 1;