X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=cpanfile;h=1a7e6f4506440a8a9ac562302dc710015348be70;hb=d6512b506041e5f51cb53585efc6823ec5f3b109;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hpb=a292be342745c12aa805e7aca023756ad824f5d4;p=catagits%2FDOM-Tiny.git diff --git a/cpanfile b/cpanfile index e69de29..1a7e6f4 100644 --- a/cpanfile +++ b/cpanfile @@ -0,0 +1,8 @@ +requires 'perl' => '5.010001'; +requires 'Carp'; +requires 'Class::Tiny::Chained'; +requires 'Exporter'; +requires 'List::Util'; +requires 'Scalar::Util'; +test_requires 'JSON::Tiny' => '0.41'; +test_requires 'Test::More' => '0.88';