Adding 3.2 Release Maintainer to Release Team List
[koha_fer] / Makefile.PL
index 5966d0d..6c96460 100644 (file)
@@ -34,7 +34,7 @@ use C4::Installer;
 my $koha_pm = C4::Installer::PerlModules->new;
 
 my $DEBUG = 0;
-die "perl 5.6.1 or later required" unless ($] >= 5.006001);
+die "perl 5.8.8 or later required" unless ($] >= 5.008008);
 
 # Hash up directory structure & files beginning with the directory we were called from (should be the base of koha)...
 
@@ -542,7 +542,7 @@ WriteMakefile(
               #VERSION     => strftime('2.9.%Y%m%d%H',gmtime),
               VERSION_FROM => 'kohaversion.pl',
               ABSTRACT     => 'Award-winning integrated library system (ILS) and Web OPAC',
-              AUTHOR       => 'Koha Developers <koha-devel@nongnu.org>',
+              AUTHOR       => 'Koha Contributors <http://koha-community.org/>',
               NO_META      => 1,
               PREREQ_PM    => $koha_pm->prereq_pm,