From 8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Fri, 3 Oct 2003 14:35:29 +0000 Subject: Changed needed perl version to 5.006 and author to lecoanet 8-/ --- Perl/Makefile.PL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Perl/Makefile.PL') diff --git a/Perl/Makefile.PL b/Perl/Makefile.PL index ec615e6..699b594 100644 --- a/Perl/Makefile.PL +++ b/Perl/Makefile.PL @@ -1,4 +1,4 @@ -use 5.008; +use 5.006; use Tk; use Tk::Config; use ExtUtils::MakeMaker; @@ -47,7 +47,7 @@ if ($platform =~ /win/i) # See lib/ExtUtils/MakeMaker.pm for details of how to influence # the contents of the Makefile that is written. WriteMakefile( - 'AUTHOR' => 'Somanos Sar ', + 'AUTHOR' => 'Patrick Lecoanet ', 'NAME' => 'Tk::Zinc', 'VERSION' => $VERSION, 'PREREQ_PM' => {Tk => 8.0}, -- cgit v1.1