Patch to add an __ENV(foo)__ macro to configloader from Stuart Watt, from -devel...
[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 }