From 974d5816ae8d0d7427376628a6d3d85973dbecc3 Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Fri, 16 Dec 2011 17:10:09 -0600 Subject: [PATCH] The t/gol-compat.t file is explicitly excluded from Getopt::Long in core --- Porting/Maintainers.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d9f6bb9..ad30159 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -927,6 +927,7 @@ use File::Glob qw(:case); qr{^examples/}, qw( perl-Getopt-Long.spec lib/newgetopt.pl + t/gol-compat.t ), ], 'MAP' => { '' => 'cpan/Getopt-Long/' }, -- 2.7.4