[Catalyst-commits] r6774 - trunk/Catalyst-View-Mason/t

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Aug 28 17:00:00 GMT 2007


Author: rafl
Date: 2007-08-28 17:00:00 +0100 (Tue, 28 Aug 2007)
New Revision: 6774

Modified:
   trunk/Catalyst-View-Mason/t/strict.t
Log:
Test 'use warnings;'


Modified: trunk/Catalyst-View-Mason/t/strict.t
===================================================================
--- trunk/Catalyst-View-Mason/t/strict.t	2007-08-28 15:59:58 UTC (rev 6773)
+++ trunk/Catalyst-View-Mason/t/strict.t	2007-08-28 16:00:00 UTC (rev 6774)
@@ -7,4 +7,10 @@
 eval "use Test::Strict";
 
 plan skip_all => 'Test::Strict not installed; skipping' if $@;
+
+{
+    no warnings 'once';
+    $Test::Strict::TEST_WARNINGS = 1;
+}
+
 all_perl_files_ok('lib');




More information about the Catalyst-commits mailing list