Codebase list libmojolicious-plugin-openapi-perl / 1.15 cpanfile
1.15

Tree @1.15 (Download .tar.gz)

cpanfile @1.15raw · history · blame

1
2
3
4
5
# You can install this project with curl -L http://cpanmin.us | perl - https://github.com/jhthorsen/mojolicious-plugin-openapi/archive/master.tar.gz
requires "JSON::Validator" => "0.97";
requires "Mojolicious"     => "6.40";

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