diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-14 14:39:15 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-14 15:47:28 +0100 |
commit | bd774df311de60ae39cf76756d15eebd55217e88 (patch) | |
tree | b133a949e0a5849abe12e52cf8af1d321dcd4dd0 /Porting | |
parent | 8dcfe2e99a72fe7951b4d15325e1541232823204 (diff) | |
download | perl-bd774df311de60ae39cf76756d15eebd55217e88.tar.gz |
Since c440907b, Maintainers.pl doesn't need exclusions for XSLoader's files.
Previously, XSLoader and DynaLoader shared a directory (ext/DynaLoader).
The ownership lists for core files was expressed as ext/DynaLoader, with
specific exclusions for XSLoader's files. These are now superfluous.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5d87de2bc0..165f823122 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1652,8 +1652,6 @@ use File::Glob qw(:case); ext/Devel-Peek/ ext/Devel-SelfStubber/ ext/DynaLoader/ - !ext/DynaLoader/t/XSLoader.t - !ext/DynaLoader/XSLoader_pm.PL ext/Errno ext/Fcntl/ ext/File-Glob/ |