Add POD encoding declaration
[p5sagit/App-FatPacker.git] / Makefile.PL
index f63558a..3797a6d 100644 (file)
@@ -4,8 +4,12 @@ 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');
 
+resources(
+    # r/w: p5sagit@git.shadowcat.co.uk:App-FatPacker.git
+    repository => "git://git.shadowcat.co.uk/p5sagit/App-FatPacker.git",
+    homepage => 'http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/App-FatPacker.git',
+);
+
 WriteAll;