[perl-MooseX-Getopt] skip failing 008_configfromfile.t test

Iain Arnell iarnell at fedoraproject.org
Mon Apr 9 14:22:27 UTC 2012


commit 68704aac57e99cdc27c7c68ff57d11238e0d785e
Author: Iain Arnell <iarnell at gmail.com>
Date:   Mon Apr 9 08:16:55 2012 -0600

    skip failing 008_configfromfile.t test
    
    see https://rt.cpan.org/Public/Bug/Display.html?id=76287

 perl-MooseX-Getopt.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/perl-MooseX-Getopt.spec b/perl-MooseX-Getopt.spec
index c283bd7..2961a62 100644
--- a/perl-MooseX-Getopt.spec
+++ b/perl-MooseX-Getopt.spec
@@ -43,6 +43,10 @@ objects using parameters passed in from the command line.
 # silence rpmlint warning
 sed -i '1s,#!.*perl,#!%{__perl},' t/*.t
 
+# test fails with Getopt::Long::Descriptive 0.091
+# see https://rt.cpan.org/Public/Bug/Display.html?id=76287
+rm t/008_configfromfile.t
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}


More information about the scm-commits mailing list