projects
/
gitmo/Mouse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4786262
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/000-load.t
b/t/000-load.t
index
a4df79e
..
e05b5a5
100644
(file)
--- 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;