aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Perl/Zinc/Debug.pm (renamed from Perl/ZincDebug.pm)1
-rw-r--r--Perl/debug/Makefile.PL8
2 files changed, 8 insertions, 1 deletions
diff --git a/Perl/ZincDebug.pm b/Perl/Zinc/Debug.pm
index 25b3fb1..937653c 100644
--- a/Perl/ZincDebug.pm
+++ b/Perl/Zinc/Debug.pm
@@ -528,7 +528,6 @@ ZincDebug provides an interface to help developers to debug or analyse Zinc appl
With B<finditems> function, you are able to scan all items which are enclosed in a rectangular area you have first drawn, or all items which overlap it. Result is a Tk table which presents details (options, coordinates, ...) about found items; you can also highlight a particular item, even if it's not visible.
-More comments please...
=head1 FUNCTIONS
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',
+);