[Catalyst-commits] r9014 - trunk/Catalyst-Plugin-ConfigLoader/t/lib

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Mon Jan 5 19:22:28 GMT 2009


Author: bricas
Date: 2009-01-05 19:22:28 +0000 (Mon, 05 Jan 2009)
New Revision: 9014

Modified:
   trunk/Catalyst-Plugin-ConfigLoader/t/lib/TestApp.pm
Log:
re-add MRO::Compat to test file to be safe

Modified: trunk/Catalyst-Plugin-ConfigLoader/t/lib/TestApp.pm
===================================================================
--- trunk/Catalyst-Plugin-ConfigLoader/t/lib/TestApp.pm	2009-01-05 19:10:32 UTC (rev 9013)
+++ trunk/Catalyst-Plugin-ConfigLoader/t/lib/TestApp.pm	2009-01-05 19:22:28 UTC (rev 9014)
@@ -3,6 +3,8 @@
 use strict;
 use warnings;
 
+use MRO::Compat;
+
 use Catalyst qw/ConfigLoader/;
 
 our $VERSION = '0.01';




More information about the Catalyst-commits mailing list