allow custom macros or overriding of config_substitutions() sub.
[catagits/Catalyst-Plugin-ConfigLoader.git] / t / 01-use.t
1 use Test::More tests => 1;
2
3 BEGIN { 
4     use_ok( 'Catalyst::Plugin::ConfigLoader' );
5 }