From: Tomas Doran Date: Wed, 5 Oct 2011 00:50:58 +0000 (+0100) Subject: Kill irritating warning X-Git-Tag: 5.90003~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=6f90f709c791d70f9bd2fb8d2734bbf2b7236136 Kill irritating warning --- diff --git a/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm b/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm index c226dde..5f77f41 100644 --- a/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm +++ b/t/lib/TestApp/Controller/Action/ConfigSmashArrayRefs.pm @@ -14,7 +14,6 @@ __PACKAGE__->config( sub _parse_CustomAttr_attr { my ($self, $app, $name, $value) = @_; - warn $value; return CustomAttr => "PoopInYourShoes"; }