diff options
Diffstat (limited to 'Perl/debug/Makefile.PL')
-rw-r--r-- | Perl/debug/Makefile.PL | 8 |
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', +); |