[Catalyst-commits] r11969 - Catalyst-Runtime/5.80/trunk/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Nov 22 19:53:01 GMT 2009


Author: t0m
Date: 2009-11-22 19:53:00 +0000 (Sun, 22 Nov 2009)
New Revision: 11969

Modified:
   Catalyst-Runtime/5.80/trunk/t/deprecated.t
Log:
Whoops, fix typo

Modified: Catalyst-Runtime/5.80/trunk/t/deprecated.t
===================================================================
--- Catalyst-Runtime/5.80/trunk/t/deprecated.t	2009-11-22 19:42:30 UTC (rev 11968)
+++ Catalyst-Runtime/5.80/trunk/t/deprecated.t	2009-11-22 19:53:00 UTC (rev 11969)
@@ -11,7 +11,7 @@
         # DeprecatedTestApp
     $SIG{__WARN__} = sub {
         $warnings++ if $_[0] =~ /uses NEXT, which is deprecated/;
-        $warnings++ if $_[0} =~ /trying to use NEXT, which is deprecated/;
+        $warnings++ if $_[0] =~ /trying to use NEXT, which is deprecated/;
     };
 }
 use Catalyst; # Cause catalyst to be used so I can fiddle with the logging.




More information about the Catalyst-commits mailing list