Reflect change of path for Module::Pluggable's tests in Maintainers.pl
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 22 Apr 2007 15:08:45 +0000 (15:08 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 22 Apr 2007 15:08:45 +0000 (15:08 +0000)
p4raw-id: //depot/perl@31022

Porting/Maintainers.pl

index 778867b..621d63e 100644 (file)
@@ -512,11 +512,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       # NB. tests are located in t/Module_Pluggable to avoid directory
+       # depth issues on VMS
        'Module::Pluggable' =>
                {
                'MAINTAINER'    => 'simonw',
                'FILES'         => q[lib/Module/Pluggable lib/Module/Pluggable.pm
-                                    lib/Devel/InnerPackage.pm],
+                                    lib/Devel/InnerPackage.pm t/Module_Pluggable],
                'CPAN'          => 1,
                },