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/bundle/Makefile.PL | |
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/bundle/Makefile.PL')
-rw-r--r-- | misc/bundle/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
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, |