diff options
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, }, |