From ee97c846827eb2c6f18b4e7a15994673136b2470 Mon Sep 17 00:00:00 2001 From: Olivier Thauvin Date: Sun, 9 Oct 2005 16:57:07 +0000 Subject: - add MANIFEST, Makefile.PL --- Makefile.PL | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Makefile.PL (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL new file mode 100644 index 0000000..d99b018 --- /dev/null +++ b/Makefile.PL @@ -0,0 +1,21 @@ +# $Id$ + +# use 5.008; +use ExtUtils::MakeMaker; +use Getopt::Long; + +sub MY::postamble { + < 'MDV::Distribconf', + VERSION_FROM => 'lib/MDV/Distribconf.pm', +); -- cgit v1.2.1