X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=681fd58f84a016b7833f2a81f92f7960c57a9460;hb=ff71d314a11f54b1da6c6aa7b04009bd5b6cc96d;hp=3ab0c74a460845c10640d1ca49938763efb34ebf;hpb=e2dcd71d32b47ac5bcf91b6b61f859164efd37e7;p=gitmo%2FMooseX-Getopt.git diff --git a/Makefile.PL b/Makefile.PL index 3ab0c74..681fd58 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -15,6 +15,6 @@ build_requires 'Test::More' => '0.62'; build_requires 'Test::Exception' => '0.21'; tests_recursive(); -auto_install; +auto_manifest(); WriteAll;