[rt.cpan.org #63466] Add ending newline if input lacks one
[p5sagit/App-FatPacker.git] / Makefile.PL
index 50d1c5c..f63558a 100644 (file)
@@ -1 +1,11 @@
-use inc::Distar;
+use strict;
+use warnings FATAL => 'all';
+use inc::Module::Install 0.93;
+
+all_from('lib/App/FatPacker.pm');
+
+requires 'File::Path' => 2.07; # required for make_path/remove_tree
+
+install_script('bin/fatpack');
+
+WriteAll;