X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F008_configfromfile.t;fp=t%2F008_configfromfile.t;h=7cf58876629a549f3788b67a0a008f15e0c5d071;hb=14cb82caf70efcf0275fd296a0eba38bd04c7e74;hp=9373d0f3f72abcdfd48c036b735e9f3be1c213c5;hpb=11417a07c5fd2029f4d6af70a44ff698aef07ad5;p=gitmo%2FMooseX-Getopt.git diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 9373d0f..7cf5887 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::Requires 'MooseX::ConfigFromFile' => '0.06'; # skip all if not installed +use Test::Requires { 'MooseX::ConfigFromFile' => '0.06' }; # skip all if not installed use Test::More tests => 38; use Test::Fatal; use Path::Tiny;