aboutsummaryrefslogtreecommitdiff
path: root/Perl/debug
diff options
context:
space:
mode:
Diffstat (limited to 'Perl/debug')
-rw-r--r--Perl/debug/Makefile.PL8
1 files changed, 8 insertions, 0 deletions
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',
+);