aboutsummaryrefslogtreecommitdiff
path: root/Perl/Makefile.PL
diff options
context:
space:
mode:
authorlecoanet2003-10-03 14:35:29 +0000
committerlecoanet2003-10-03 14:35:29 +0000
commit8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7 (patch)
tree4e37ff78db7a3f9310339da5a3a5a65439de5ed5 /Perl/Makefile.PL
parent2ea14f2e0c8b5d56bddc38a024e913e3aa7a375f (diff)
downloadtkzinc-8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7.zip
tkzinc-8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7.tar.gz
tkzinc-8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7.tar.bz2
tkzinc-8d83bb4fc49751ac12c526a8d2a4872c4c36c0c7.tar.xz
Changed needed perl version to 5.006 and author to lecoanet 8-/
Diffstat (limited to 'Perl/Makefile.PL')
-rw-r--r--Perl/Makefile.PL4
1 files changed, 2 insertions, 2 deletions
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 <sar@ath.cena.fr>',
+ 'AUTHOR' => 'Patrick Lecoanet <lecoanet@cena.fr>',
'NAME' => 'Tk::Zinc',
'VERSION' => $VERSION,
'PREREQ_PM' => {Tk => 8.0},