[patch] Dual-lifing constant.pm
authorSébastien Aperghis-Tramoni <sebastien@aperghis.net>
Tue, 25 Sep 2007 02:11:46 +0000 (04:11 +0200)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Tue, 25 Sep 2007 08:37:13 +0000 (08:37 +0000)
Message-Id: <454B4D1C-48EE-4CA3-834A-A0F872C9E5FC@free.fr>

p4raw-id: //depot/perl@31960

Porting/Maintainers.pl

index 3f0de75..3cd6f83 100644 (file)
@@ -147,6 +147,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'constant' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[lib/constant.{pm,t}],
+               'CPAN'          => 1,
+               },
+
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',