From 3670df3e69732af3e630c859020dc0657d8310fe Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Thu, 21 Aug 2014 05:20:56 -0400 Subject: [PATCH] "vectors" (totally not the same thing as a vector in other languages or on a Cray 1) have been deprecated and removed. pretend like they never existed. --- Build.PL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Build.PL b/Build.PL index a7670bf..4e9d3d0 100644 --- a/Build.PL +++ b/Build.PL @@ -12,8 +12,8 @@ $build = Module::Build->new( # 5.6.x is way too buggy and has no unicode support # for us. SOAP-WSDL relies on unicode (WS-I demands it) # and triggers several 5.6 bugs... - 'perl' => q(5.8.0), - 'Class::Std::Fast' => q(0.0.5), + 'perl' => q(5.008), + 'Class::Std::Fast' => q(0.000005), 'Data::Dumper' => 0, 'Date::Parse' => 0, 'Date::Format' => 0, @@ -28,7 +28,7 @@ $build = Module::Build->new( 'XML::Parser::Expat' => 0, }, build_requires => { - 'Class::Std::Fast' => q(0.0.5), + 'Class::Std::Fast' => q(0.000005), 'Cwd' => 0, 'Date::Parse' => 0, 'Date::Format' => 0,