completed the tests to use .pl config only
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / lib / TestApp2.pm
index ab6c914..92b88e7 100644 (file)
@@ -9,7 +9,7 @@ use Catalyst qw/ConfigLoader/;
 
 __PACKAGE__->config( "Plugin::ConfigLoader",
                      {
-                         file => __PACKAGE__->path_to( "customconfig.conf" )
+                         file => __PACKAGE__->path_to( "customconfig.pl" )
                      }
                  );