From: Tomas Doran Date: Sun, 22 Nov 2009 13:01:48 +0000 (+0000) Subject: Do not use NEXT, like it says in the comments X-Git-Tag: 5.80014_01~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=commitdiff_plain;h=565cd548e3842a83eb9698f146d36287eae5f701 Do not use NEXT, like it says in the comments --- diff --git a/t/lib/Catalyst/Plugin/Test/Deprecated.pm b/t/lib/Catalyst/Plugin/Test/Deprecated.pm index 688ad21..7453248 100644 --- a/t/lib/Catalyst/Plugin/Test/Deprecated.pm +++ b/t/lib/Catalyst/Plugin/Test/Deprecated.pm @@ -2,7 +2,6 @@ package Catalyst::Plugin::Test::Deprecated; use strict; use warnings; -use NEXT; sub prepare { my $class = shift;