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