812867b923
- 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
12 lines
324 B
Diff
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>);
|