Codebase list libmojolicious-plugin-openapi-perl / ba7292c9-6c30-4b60-aa8f-18cb439f9d1f/5.03 cpanfile
ba7292c9-6c30-4b60-aa8f-18cb439f9d1f/5.03

Tree @ba7292c9-6c30-4b60-aa8f-18cb439f9d1f/5.03 (Download .tar.gz)

cpanfile @ba7292c9-6c30-4b60-aa8f-18cb439f9d1f/5.03raw · history · blame

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

recommends "Text::Markdown" => "1.0.31";

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