aboutsummaryrefslogtreecommitdiff
path: root/Perl/debug
diff options
context:
space:
mode:
authormertz2003-09-15 16:02:07 +0000
committermertz2003-09-15 16:02:07 +0000
commit82bbdccfb51dbabc48ffde029058bd9aa68c24c8 (patch)
treeb3fe100d9d3ccc4669568dca3ec67a7a08da93d8 /Perl/debug
parent5e7fb971cdd595b69005d7f11eaabf2dde723139 (diff)
downloadtkzinc-82bbdccfb51dbabc48ffde029058bd9aa68c24c8.zip
tkzinc-82bbdccfb51dbabc48ffde029058bd9aa68c24c8.tar.gz
tkzinc-82bbdccfb51dbabc48ffde029058bd9aa68c24c8.tar.bz2
tkzinc-82bbdccfb51dbabc48ffde029058bd9aa68c24c8.tar.xz
all ZincTrace, ZincTraceErrors and ZincDebug have been renamed in Tk::Zinc::xxx
and moved in the Perl/Zinc/ directory. This makefile has no usage anymore
Diffstat (limited to 'Perl/debug')
-rw-r--r--Perl/debug/Makefile.PL7
1 files changed, 0 insertions, 7 deletions
diff --git a/Perl/debug/Makefile.PL b/Perl/debug/Makefile.PL
deleted file mode 100644
index 539da69..0000000
--- a/Perl/debug/Makefile.PL
+++ /dev/null
@@ -1,7 +0,0 @@
-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',
- 'VERSION' => '0.1',
-);