From: Jesse Luehrs Date: Sun, 18 Sep 2011 10:07:37 +0000 (-0500) Subject: just make Archive::Zip a requirement X-Git-Tag: 2.0502~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f578f21880cd8e6b15989190fc04806fcd1a552b;p=gitmo%2FMoose.git just make Archive::Zip a requirement --- diff --git a/xt/author/test-my-dependents.t b/xt/author/test-my-dependents.t index 0dade73..092bf90 100644 --- a/xt/author/test-my-dependents.t +++ b/xt/author/test-my-dependents.t @@ -10,6 +10,7 @@ BEGIN { } use Test::Requires { + 'Archive::Zip' => 0, # or else .zip dists won't be able to be installed 'Test::DependentModules' => '0.09', # skip all if not installed 'MetaCPAN::API' => '0.33', }; @@ -81,9 +82,6 @@ test_modules(@modules); # PRANG - failing for quite some time (since before 2.0400) __DATA__ -# notes: -# need Archive::Zip, or .zip dists won't be able to be installed - # won't build, for actual reasons: App-CPAN2Pkg # Tk doesn't compile App-Fotagger # Imager doesn't compile