Test::Requires must come before Test::NoWarnings
[gitmo/MooseX-Getopt.git] / t / 112_configfile_constructor_arg.t
index 8cb1381..68455b9 100644 (file)
@@ -1,11 +1,9 @@
 use strict;
 use warnings;
 
-use Test::Requires
-    'MooseX::SimpleConfig'; # skip all if not installed
-
 # respect the configfile value passed into the constructor.
 
+use Test::Requires 'MooseX::SimpleConfig';  # skip all if not installed
 use Test::More tests => 3;
 use Test::NoWarnings 1.04 ':early';
 use Path::Class;    # exports file, dir