diff options
author | ville <ville@localhost> | 2009-06-29 18:21:16 +0000 |
---|---|---|
committer | ville <ville@localhost> | 2009-06-29 18:21:16 +0000 |
commit | 196dc838d3ea01180fb60348f8437818385e772b (patch) | |
tree | 67ed184aaecbcd34dbb6060094944f3d4011a5a4 /misc/bundle/lib | |
parent | bf260d9ceb164343089f1758e9a66917a0640bee (diff) | |
download | markup-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/lib')
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 |