File: cpanfile

package info (click to toggle)
libjson-validator-perl 0.92%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 408 kB
  • ctags: 89
  • sloc: perl: 1,009; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
# You can install this projct with curl -L http://cpanmin.us | perl - https://github.com/jhthorsen/json-validator/archive/master.tar.gz
requires "Mojolicious" => "7.15";

recommends "Cpanel::JSON::XS"       => "3.02";
recommends "Data::Validate::Domain" => "0.10";
recommends "Data::Validate::IP"     => "0.24";
recommends "Mojo::JSON::MaybeXS"    => "0.01";
recommends "YAML::XS"               => "0.59";

test_requires "Test::More"     => "0.88";
test_requires "Test::Warnings" => "0.016";