summaryrefslogtreecommitdiffstats
path: root/misc/bundle
diff options
context:
space:
mode:
authorville <ville@localhost>2009-06-29 18:21:16 +0000
committerville <ville@localhost>2009-06-29 18:21:16 +0000
commit196dc838d3ea01180fb60348f8437818385e772b (patch)
tree67ed184aaecbcd34dbb6060094944f3d4011a5a4 /misc/bundle
parentbf260d9ceb164343089f1758e9a66917a0640bee (diff)
downloadmarkup-validator-196dc838d3ea01180fb60348f8437818385e772b.zip
markup-validator-196dc838d3ea01180fb60348f8437818385e772b.tar.gz
markup-validator-196dc838d3ea01180fb60348f8437818385e772b.tar.bz2
Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000). New dependency: JSON >= 2.00.
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 33af029..0c02012 100644
--- a/misc/bundle/META.yml
+++ b/misc/bundle/META.yml
@@ -25,6 +25,7 @@ requires:
HTTP::Message: 1.52
HTTP::Negotiate: 0
HTTP::Request: 0
+ JSON: 2
LWP::UserAgent: 2.032
Net::hostent: 0
Net::IP: 0
diff --git a/misc/bundle/Makefile.PL b/misc/bundle/Makefile.PL
index dba2238..c1bc83e 100644
--- a/misc/bundle/Makefile.PL
+++ b/misc/bundle/Makefile.PL
@@ -24,6 +24,7 @@ WriteMakefile(
HTTP::Message => 1.52,
HTTP::Negotiate => 0,
HTTP::Request => 0,
+ JSON => 2.00,
LWP::UserAgent => 2.032,
Net::hostent => 0,
Net::IP => 0,
diff --git a/misc/bundle/lib/Bundle/W3C/Validator.pm b/misc/bundle/lib/Bundle/W3C/Validator.pm
index bc39368..9cc401b 100644
--- a/misc/bundle/lib/Bundle/W3C/Validator.pm
+++ b/misc/bundle/lib/Bundle/W3C/Validator.pm
@@ -37,6 +37,7 @@ C<perl -MCPAN -e "install Bundle::W3C::Validator">
HTTP::Message 1.52
HTTP::Negotiate
HTTP::Request
+ JSON 2.00
LWP::UserAgent 2.032
Net::IP
Net::hostent