auto_manifest
[gitmo/MooseX-Getopt.git] / Makefile.PL
index 3ab0c74..681fd58 100644 (file)
@@ -15,6 +15,6 @@ build_requires 'Test::More'       => '0.62';
 build_requires 'Test::Exception'  => '0.21';
 
 tests_recursive();
-auto_install;
+auto_manifest();
 
 WriteAll;