diff options
Diffstat (limited to 'misc/bundle')
-rw-r--r-- | misc/bundle/META.yml | 1 | ||||
-rw-r--r-- | misc/bundle/Makefile.PL | 1 | ||||
-rw-r--r-- | misc/bundle/lib/Bundle/W3C/Validator.pm | 1 |
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 |