From: Rafael Garcia-Suarez Date: Sun, 22 Apr 2007 15:08:45 +0000 (+0000) Subject: Reflect change of path for Module::Pluggable's tests in Maintainers.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc0a77c9b9af15fb3c72399a7235e96c7033cc43;p=p5sagit%2Fp5-mst-13.2.git Reflect change of path for Module::Pluggable's tests in Maintainers.pl p4raw-id: //depot/perl@31022 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 778867b..621d63e 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, },