perl-Perl-Critic/Perl-Critic-1.05-rt30139.patch
Paul Howarth 812867b923 Clean up and fix FTBFS
- Don't rely on the behavior of all() when the list is empty (CPAN RT#63816)
- Fix expected failure count for multiple glob test in
  BuiltinFunctions::RequireGlobFunction, changed with later version of PPI
  (CPAN RT#30139)
- Fix license tag
- Fix source URL to point to MetaCPAN, where it can still be found
- Classify buildreqs by usage
- Run tests with LANG=en_US so spell check works properly
- Drop %defattr, redundant since rpm 4.4
- Don't use macros for commands
- Make %files list more explicit
- Use %{_fixperms} macro rather than our own chmod incantation
2016-01-21 14:39:17 +00:00

12 lines
324 B
Diff

--- t/BuiltinFunctions/RequireGlobFunction.run
+++ t/BuiltinFunctions/RequireGlobFunction.run
@@ -17,7 +17,7 @@ foreach my $file (<*.pl>) {
#-----------------------------------------------------------------------------
## name Multiple globs via <...>
-## failures 1
+## failures 2
## cut
@files = (<*.pl>, <*.pm>);