[Catalyst-commits] r10536 - Catalyst-Devel/1.00/branches/helper_refactor/t

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Sun Jun 14 19:14:10 GMT 2009


Author: t0m
Date: 2009-06-14 19:14:09 +0000 (Sun, 14 Jun 2009)
New Revision: 10536

Modified:
   Catalyst-Devel/1.00/branches/helper_refactor/t/back_compat.t
Log:
remove warning.


Modified: Catalyst-Devel/1.00/branches/helper_refactor/t/back_compat.t
===================================================================
--- Catalyst-Devel/1.00/branches/helper_refactor/t/back_compat.t	2009-06-14 15:52:18 UTC (rev 10535)
+++ Catalyst-Devel/1.00/branches/helper_refactor/t/back_compat.t	2009-06-14 19:14:09 UTC (rev 10536)
@@ -36,5 +36,5 @@
     local $/; 
     $contents = <$fh>;
 }
-warn $contents;
 is $contents, "foobartest_val\n";
+




More information about the Catalyst-commits mailing list