From 2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab Mon Sep 17 00:00:00 2001 From: etienne Date: Wed, 23 Jan 2002 16:44:18 +0000 Subject: *** empty log message *** --- Perl/debug/Makefile.PL | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Perl/debug/Makefile.PL (limited to 'Perl/debug/Makefile.PL') diff --git a/Perl/debug/Makefile.PL b/Perl/debug/Makefile.PL new file mode 100644 index 0000000..d9f5904 --- /dev/null +++ b/Perl/debug/Makefile.PL @@ -0,0 +1,8 @@ +use ExtUtils::MakeMaker; +# See lib/ExtUtils/MakeMaker.pm for details of how to influence +# the contents of the Makefile that is written. +WriteMakefile( + 'NAME' => 'ZincDebug', + #'PMLIBDIRS' => [ qw(DigiKit) ], + 'VERSION' => '0.1', +); -- cgit v1.1