diff options
author | ville <ville@localhost> | 2009-06-29 20:30:48 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-06-29 20:30:48 +0000 |
commit | 525c8dc8b647580a8ebf3f66da877a47b84b20e6 (patch) | |
tree | 97e5a5ec90cb5799e1c0ee883304cd8d7e9ab806 /misc | |
parent | 097e877d43cb751d878e2cb0bff138040c52caa8 (diff) | |
download | markup-validator-525c8dc8b647580a8ebf3f66da877a47b84b20e6.zip markup-validator-525c8dc8b647580a8ebf3f66da877a47b84b20e6.tar.gz markup-validator-525c8dc8b647580a8ebf3f66da877a47b84b20e6.tar.bz2 |
Drop SGML::Parser::OpenSP < 0.991 workarounds, require >= 0.991.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bundle/META.yml | 2 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 2 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml index 0c02012..7f6f139 100644 --- a/misc/bundle/META.yml +++ b/misc/bundle/META.yml @@ -29,7 +29,7 @@ requires: LWP::UserAgent: 2.032 Net::hostent: 0 Net::IP: 0 - SGML::Parser::OpenSP: 0 + SGML::Parser::OpenSP: 0.991 Socket: 0 String::Approx: 0 URI: 0 diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL index c1bc83e..e5f7915 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -28,7 +28,7 @@ WriteMakefile( LWP::UserAgent => 2.032, Net::hostent => 0, Net::IP => 0, - SGML::Parser::OpenSP => 0, + SGML::Parser::OpenSP => 0.991, Socket => 0, String::Approx => 0, URI => 0, diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm index 9cc401b..e3b4c8a 100644 --- a/misc/bundle/lib/Bundle/W3C/Validator.pm +++ b/misc/bundle/lib/Bundle/W3C/Validator.pm @@ -41,7 +41,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator"> LWP::UserAgent 2.032 Net::IP Net::hostent - SGML::Parser::OpenSP + SGML::Parser::OpenSP 0.991 Socket String::Approx URI |