convert packaging from Module::Install to Distar; bump script somewhat modified to...
[catagits/Catalyst-Manual.git] / maint / Makefile.PL.include
diff --git a/maint/Makefile.PL.include b/maint/Makefile.PL.include
new file mode 100644 (file)
index 0000000..3f20f0a
--- /dev/null
@@ -0,0 +1,6 @@
+BEGIN { -e 'Distar' or system("git clone git://git.shadowcat.co.uk/p5sagit/Distar.git") }
+use lib 'Distar/lib';
+use Distar;
+readme_generator('');   # we have our own README in the repo
+
+1;