Avoid the warning about exporting sugar into main
Shawn M Moore [Thu, 5 Feb 2009 16:39:03 +0000 (16:39 +0000)]
t/000-load.t

index a4df79e..e05b5a5 100644 (file)
@@ -1,4 +1,5 @@
 #!perl -T
+package Foo;
 use strict;
 use warnings;
 use Test::More tests => 1;