[Moose-commits] r7559 - Mouse/trunk/t

sartak at code2.0beta.co.uk sartak at code2.0beta.co.uk
Thu Feb 5 16:39:03 GMT 2009


Author: sartak
Date: 2009-02-05 08:39:03 -0800 (Thu, 05 Feb 2009)
New Revision: 7559

Modified:
   Mouse/trunk/t/000-load.t
Log:
Avoid the warning about exporting sugar into main

Modified: Mouse/trunk/t/000-load.t
===================================================================
--- Mouse/trunk/t/000-load.t	2009-02-05 16:36:28 UTC (rev 7558)
+++ Mouse/trunk/t/000-load.t	2009-02-05 16:39:03 UTC (rev 7559)
@@ -1,4 +1,5 @@
 #!perl -T
+package Foo;
 use strict;
 use warnings;
 use Test::More tests => 1;




More information about the Moose-commits mailing list