"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:
6
Build.PL
6
Build.PL
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user