X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=blobdiff_plain;f=Makefile.PL;h=681fd58f84a016b7833f2a81f92f7960c57a9460;hp=3ab0c74a460845c10640d1ca49938763efb34ebf;hb=cd3a7ff7c74b49fb02dd0648ee047e771d7f45aa;hpb=7ff9f8b5e03f470cef8d8e630a92d7a18784a1a1 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;