diff options
Diffstat (limited to 'Perl/debug')
-rw-r--r-- | Perl/debug/Makefile.PL | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Perl/debug/Makefile.PL b/Perl/debug/Makefile.PL index d9f5904..539da69 100644 --- a/Perl/debug/Makefile.PL +++ b/Perl/debug/Makefile.PL @@ -3,6 +3,5 @@ use ExtUtils::MakeMaker; # the contents of the Makefile that is written. WriteMakefile( 'NAME' => 'ZincDebug', - #'PMLIBDIRS' => [ qw(DigiKit) ], - 'VERSION' => '0.1', + 'VERSION' => '0.1', ); |