aboutsummaryrefslogtreecommitdiff
path: root/Perl/debug
diff options
context:
space:
mode:
authoretienne2002-01-23 16:44:18 +0000
committeretienne2002-01-23 16:44:18 +0000
commit2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab (patch)
treea94f2ee7db97d68beba3ecbd0a7b2fbf8788f2ae /Perl/debug
parentd94b5738c6a516b311b42102a1f43bb8808ac811 (diff)
downloadtkzinc-2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab.zip
tkzinc-2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab.tar.gz
tkzinc-2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab.tar.bz2
tkzinc-2cf1a84fa1d536d55e92ba79a1d6aa2fe962c8ab.tar.xz
*** empty log message ***
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',
+);