X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FConfig-Any.git;a=blobdiff_plain;f=Makefile.PL;h=27114103db66e40387bfab266a6a17e0fdde6838;hp=88d7dd329c3e7cc8f02689bcc30f2b38156b5b1d;hb=8af0a7cf96c671f13244fec2e0f15a4c13f2737d;hpb=92a04e78451078b33f75e7c44d247b024c27b4f7 diff --git a/Makefile.PL b/Makefile.PL index 88d7dd3..2711410 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -8,7 +8,6 @@ name 'Config-Any'; all_from 'lib/Config/Any.pm'; requires 'Module::Pluggable' => '3.01'; -requires 'version'; test_requires 'Test::More';