"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.
This commit is contained in:
Scott Walters
2014-08-21 05:20:56 -04:00
parent d221e87b29
commit 3670df3e69

View File

@@ -12,8 +12,8 @@ $build = Module::Build->new(
# 5.6.x is way too buggy and has no unicode support # 5.6.x is way too buggy and has no unicode support
# for us. SOAP-WSDL relies on unicode (WS-I demands it) # for us. SOAP-WSDL relies on unicode (WS-I demands it)
# and triggers several 5.6 bugs... # and triggers several 5.6 bugs...
'perl' => q(5.8.0), 'perl' => q(5.008),
'Class::Std::Fast' => q(0.0.5), 'Class::Std::Fast' => q(0.000005),
'Data::Dumper' => 0, 'Data::Dumper' => 0,
'Date::Parse' => 0, 'Date::Parse' => 0,
'Date::Format' => 0, 'Date::Format' => 0,
@@ -28,7 +28,7 @@ $build = Module::Build->new(
'XML::Parser::Expat' => 0, 'XML::Parser::Expat' => 0,
}, },
build_requires => { build_requires => {
'Class::Std::Fast' => q(0.0.5), 'Class::Std::Fast' => q(0.000005),
'Cwd' => 0, 'Cwd' => 0,
'Date::Parse' => 0, 'Date::Parse' => 0,
'Date::Format' => 0, 'Date::Format' => 0,