From: Karen Etheridge Date: Tue, 25 Dec 2012 08:29:04 +0000 (-0800) Subject: remove spurious version requirements X-Git-Tag: v0.49~8 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=498f0ffcc48ae8bbd7a3f7a1c5777c1d9c85e5fe;p=gitmo%2FMooseX-Getopt.git remove spurious version requirements --- diff --git a/t/008_configfromfile.t b/t/008_configfromfile.t index 44b20fe..d24296e 100644 --- a/t/008_configfromfile.t +++ b/t/008_configfromfile.t @@ -6,9 +6,7 @@ use Test::Fatal; use File::Spec; use Test::NoWarnings 1.04 ':early'; -use Test::Requires { - 'MooseX::ConfigFromFile' => 0.01, # skip all if not installed -}; +use Test::Requires 'MooseX::ConfigFromFile'; { package App; diff --git a/t/009_gld_and_explicit_options.t b/t/009_gld_and_explicit_options.t index bf1a376..f36d2e7 100644 --- a/t/009_gld_and_explicit_options.t +++ b/t/009_gld_and_explicit_options.t @@ -5,9 +5,7 @@ use Test::More tests => 6; use Test::Fatal; use Test::NoWarnings 1.04 ':early'; -use Test::Requires { - 'Getopt::Long::Descriptive' => 0.01, # skip all if not installed -}; +use Test::Requires 'Getopt::Long::Descriptive'; use_ok('MooseX::Getopt'); diff --git a/t/100_gld_default_bug.t b/t/100_gld_default_bug.t index 85e10e3..6425819 100644 --- a/t/100_gld_default_bug.t +++ b/t/100_gld_default_bug.t @@ -4,9 +4,7 @@ use warnings; use Test::More tests => 6; use Test::NoWarnings 1.04 ':early'; -use Test::Requires { - 'Getopt::Long::Descriptive' => 0.01, # skip all if not installed -}; +use Test::Requires 'Getopt::Long::Descriptive'; use_ok('MooseX::Getopt'); diff --git a/t/111_gld_pass_through.t b/t/111_gld_pass_through.t index bf80680..879e8c4 100644 --- a/t/111_gld_pass_through.t +++ b/t/111_gld_pass_through.t @@ -4,9 +4,7 @@ use warnings; use Test::More tests => 6; use Test::NoWarnings 1.04 ':early'; -use Test::Requires { - 'Getopt::Long::Descriptive' => 0.01, # skip all if not installed -}; +use Test::Requires 'Getopt::Long::Descriptive'; use_ok('MooseX::Getopt::GLD');