In perl.git, the branch maint-5.24 has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/5dbc4d4e3afd8d89e9b94ae99874b3172e67f1a7?hp=faf400727f31bdd363098e6d6c94a48191d4d2ee>

- Log -----------------------------------------------------------------
commit 5dbc4d4e3afd8d89e9b94ae99874b3172e67f1a7
Author: Steve Hay <steve.m....@googlemail.com>
Date:   Sat Sep 9 19:24:35 2017 +0100

    Ignore a test module in cmpVERSION.pl
    
    (manually cherry picked from commit 
9de35bb263b4599827a76615d5e6ef08fb7e32c6)
-----------------------------------------------------------------------

Summary of changes:
 Porting/cmpVERSION.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Porting/cmpVERSION.pl b/Porting/cmpVERSION.pl
index 38dcb123f8..1be598ed5f 100755
--- a/Porting/cmpVERSION.pl
+++ b/Porting/cmpVERSION.pl
@@ -81,6 +81,7 @@ if ($exclude_upstream) {
 # usually because they pull in their version from some other file.
 my %skip;
 @skip{
+    'cpan/ExtUtils-Install/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test 
module
     'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/BFD.pm', # just a test 
module
     'cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Setup/XS.pm',  # just a test 
module
     'cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm', # just a test module

--
Perl5 Master Repository

Reply via email to