summaryrefslogtreecommitdiffstats
path: root/misc/bundle
diff options
context:
space:
mode:
authorville <ville@localhost>2010-03-03 19:13:29 +0000
committerville <ville@localhost>2010-03-03 19:13:29 +0000
commit328a49040b0763517c4919a24e2906078c06928d (patch)
tree1e04c5324f46fc1cae9b286644c527a92adfe112 /misc/bundle
parentf3d613b1125d09f9ead88640a60d309f686130e9 (diff)
downloadmarkup-validator-328a49040b0763517c4919a24e2906078c06928d.zip
markup-validator-328a49040b0763517c4919a24e2906078c06928d.tar.gz
markup-validator-328a49040b0763517c4919a24e2906078c06928d.tar.bz2
Drop support for HTML-(Head)Parser < 3.60.
Diffstat (limited to 'misc/bundle')
-rw-r--r--misc/bundle/META.yml1
-rw-r--r--misc/bundle/Makefile.PL1
-rw-r--r--misc/bundle/lib/Bundle/W3C/Validator.pm1
3 files changed, 3 insertions, 0 deletions
diff --git a/misc/bundle/META.yml b/misc/bundle/META.yml
index 5063c70..af3782e 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -17,6 +17,7 @@ requires:
Encode::JIS2K: 0
File::Spec::Functions: 0
HTML::Encoding: 0.52
+ HTML::HeadParser: 3.6
HTML::Parser: 3.24
HTML::Template: 2.6
HTML::Tidy: 0
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index 69b5375..311b1a1 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -21,6 +21,7 @@ WriteMakefile(
"Encode::HanExtra" => 0,
"File::Spec::Functions" => 0,
"HTML::Encoding" => 0.52,
+ "HTML::HeadParser" => 3.60,
"HTML::Parser" => 3.24,
"HTML::Template" => 2.6,
"HTTP::Headers::Auth" => 0,
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index e9427c8..43163cb 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -30,6 +30,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
Encode::JIS2K - (optional)
File::Spec::Functions
HTML::Encoding 0.52
+ HTML::HeadParser 3.60
HTML::Parser 3.24
HTML::Template 2.6
HTML::Tidy - (optional)