Add libwx-perl
[pkg-perl] / deb-src / libwx-perl / libwx-perl-0.96 / debian / patches / skip-splashfast-tests.patch
1 These tests fail sometimes. #499740
2
3 --- a/ext/pperl/splashfast/Makefile.PL
4 +++ b/ext/pperl/splashfast/Makefile.PL
5 @@ -24,6 +24,7 @@
6                   AUTHOR          => 'Graciliano M. P. <gm@virtuasites.com.br>',
7                   VERSION_FROM    => 'SplashFast.pm',
8                   WX_CORE_LIB     => ' ',
9 +                 test => {TESTS => ' ',},
10                  );
11  
12  }