[Catalyst-commits] r11965 - Catalyst-Runtime/5.80/trunk/t/lib/Catalyst/Plugin/Test

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Nov 22 13:01:50 GMT 2009


Author: t0m
Date: 2009-11-22 13:01:48 +0000 (Sun, 22 Nov 2009)
New Revision: 11965

Modified:
   Catalyst-Runtime/5.80/trunk/t/lib/Catalyst/Plugin/Test/Deprecated.pm
Log:
Do not use NEXT, like it says in the comments

Modified: Catalyst-Runtime/5.80/trunk/t/lib/Catalyst/Plugin/Test/Deprecated.pm
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/lib/Catalyst/Plugin/Test/Deprecated.pm	2009-11-22 13:01:09 UTC (rev 11964)
+++ Catalyst-Runtime/5.80/trunk/t/lib/Catalyst/Plugin/Test/Deprecated.pm	2009-11-22 13:01:48 UTC (rev 11965)
@@ -2,7 +2,6 @@
 
 use strict;
 use warnings;
-use NEXT;
 
 sub prepare {
     my $class = shift;




More information about the Catalyst-commits mailing list