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