X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=t%2F008_configfromfile.t;h=9a490e5336ade17b9e6e4d9bd203f1cc7330964a;hp=c40fcc66e025224b9ec0da5033ed554c6c855307;hb=44f514c7b7f403894b44d3b8ce7da3254cd40928;hpb=3915c9fcd71bf4857baf6c214a42363969b37937 diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index c40fcc6..9a490e5 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -1,13 +1,12 @@ use strict; use warnings; +use Test::Requires 'MooseX::ConfigFromFile'; # skip all if not installed use Test::More tests => 38; use Test::Fatal; use File::Spec; use Test::NoWarnings 1.04 ':early'; -use Test::Requires 'MooseX::ConfigFromFile'; - { package App;