X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=3b0b40be209bbe61d9beafe0fb31990c82c29d63;hb=0c34910f8af24932e33d5b7d3b25080d9d13f8d0;hp=be54156db71aa2d3f8c0562ca2c8410ac333ccf0;hpb=0deeb75fab1e92bc66dd345ed084fe29338ba013;p=p5sagit%2FData-Dumper-Concise.git diff --git a/Makefile.PL b/Makefile.PL index be54156..3b0b40b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,5 +4,6 @@ use strict; use warnings FATAL => 'all'; all_from 'lib/Data/Dumper/Concise.pm'; +requires 'Devel::ArgNames' => 0.03; WriteAll;