diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-22 15:08:45 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-04-22 15:08:45 +0000 |
commit | dc0a77c9b9af15fb3c72399a7235e96c7033cc43 (patch) | |
tree | 3108e8142a5a27739f6cf1cb4853fc50df505001 /Porting | |
parent | 29be90af2247898ce07d744fcf7b40335e64264d (diff) | |
download | perl-dc0a77c9b9af15fb3c72399a7235e96c7033cc43.tar.gz |
Reflect change of path for Module::Pluggable's tests in Maintainers.pl
p4raw-id: //depot/perl@31022
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 778867be4c..621d63e41c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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, }, |