Remove META.yml and MANIFEST, both of which should be auto generated
[catagits/Test-NoTabs.git] / Makefile.PL
index 7424476..6ba3a8a 100644 (file)
@@ -1,3 +1,14 @@
-use Module::Build::Compat;
-Module::Build::Compat->run_build_pl(args => \@ARGV);
-Module::Build::Compat->write_makefile();
\ No newline at end of file
+use inc::Module::Install;
+name     'Test-NoTabs',
+license  'perl',
+author   'Nick Gerakines <nick@socklabs.com>',
+all_from 'lib/Test/NoTabs.pm',
+requires 'Test::More';
+requires 'Test::Builder';
+requires 'File::Spec';
+requires 'FindBin';
+requires 'File::Find';
+requires 'Test::Group';
+
+WriteAll;
+