File: cpanfile

package info (click to toggle)
libswagger2-perl 0.77-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,928 kB
  • ctags: 152
  • sloc: perl: 1,640; sql: 6; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 387 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# You can install this projct with curl -L http://cpanmin.us | perl - https://github.com/jhthorsen/swagger2/archive/master.tar.gz
requires "JSON::Validator" => "0.63";
requires "Mojolicious"     => "6.00";

recommends "Data::Validate::Domain" => "0.10";
recommends "Data::Validate::IP"     => "0.24";

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