summaryrefslogtreecommitdiffstats
path: root/t
diff options
context:
space:
mode:
authorJason May <jason.a.may@gmail.com>2009-05-06 13:24:31 -0400
committerJason May <jason.a.may@gmail.com>2009-05-06 13:24:31 -0400
commite55c6cbca9cc0c352272e592e504fc5abbfb800b (patch)
tree0abcd4912ed2f08580adb4f7b03bf5b7c5c3171c /t
parent15c46ecd6f3206641e7bbbae2e2125ad5f2144bf (diff)
downloadmoosex-nonmoose-e55c6cbca9cc0c352272e592e504fc5abbfb800b.tar.gz
moosex-nonmoose-e55c6cbca9cc0c352272e592e504fc5abbfb800b.zip
remove some warnings
Diffstat (limited to 't')
-rw-r--r--t/023-FOREIGNBUILDARGS.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/023-FOREIGNBUILDARGS.t b/t/023-FOREIGNBUILDARGS.t
index c4e1398..408e493 100644
--- a/t/023-FOREIGNBUILDARGS.t
+++ b/t/023-FOREIGNBUILDARGS.t
@@ -7,7 +7,6 @@ package Foo;
sub new {
my $class = shift;
- warn "@_";
bless { foo_base => $_[0] }, $class;
}