diff options
author | ville <ville@localhost> | 2007-07-25 17:16:06 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2007-07-25 17:16:06 +0000 |
commit | 7c7f7a1576e22e65bd800ef259c01a0d51089e01 (patch) | |
tree | 57bce83ce7164408815775217c3cc2fdc18ec0d4 | |
parent | 21ed48b53a0b88f9ad07a9b9c6094dbd6d21c76d (diff) | |
download | markup-validator-7c7f7a1576e22e65bd800ef259c01a0d51089e01.zip markup-validator-7c7f7a1576e22e65bd800ef259c01a0d51089e01.tar.gz markup-validator-7c7f7a1576e22e65bd800ef259c01a0d51089e01.tar.bz2 |
Fix PREREQ_PM syntax.
-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 208da38..0b39fe9 100644 --- a/misc/bundle/Makefile.PL +++ b/misc/bundle/Makefile.PL @@ -14,7 +14,7 @@ WriteMakefile( HTML::Template => 2.6, LWP::UserAgent => 1.90, Net::IP => 0, - SGML::Parser::OpenSP => 0 + SGML::Parser::OpenSP => 0, URI => 0, XML::LibXML => 0, Encode => 0, |