From: Steffen Mueller Date: Mon, 8 Jun 2009 15:53:48 +0000 (+0200) Subject: Errno is no longer dual-lived X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7083d81af94988aab41326e06ec1ee9aef01410d;p=p5sagit%2Fp5-mst-13.2.git Errno is no longer dual-lived (cf. mail from Graham to p5p). Move to _PERLLIB section of Porting/Maintainers.pl. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3a9b401..a130beb 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -532,14 +532,6 @@ package Maintainers; 'UPSTREAM' => undef, }, - 'Errno' => - { - 'MAINTAINER' => 'p5p', # Not gbarr. - 'FILES' => q[ext/Errno], - 'CPAN' => 0, - 'UPSTREAM' => undef, - }, - 'Exporter' => { 'MAINTAINER' => 'ferreira', @@ -2048,6 +2040,7 @@ package Maintainers; ext/DynaLoader/ !ext/DynaLoader/t/XSLoader.t !ext/DynaLoader/XSLoader_pm.PL + ext/Errno ext/Fcntl/ ext/File-Glob/ ext/GDBM_File/