Since c440907b, Maintainers.pl doesn't need exclusions for XSLoader's files.
authorNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 13:39:15 +0000 (14:39 +0100)
committerNicholas Clark <nick@ccl4.org>
Thu, 14 Oct 2010 14:47:28 +0000 (15:47 +0100)
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.

Porting/Maintainers.pl

index 5d87de2..165f823 100755 (executable)
@@ -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/