perl-Perl-Critic/perl-Perl-Critic-1.132-PPI.patch

12 lines
323 B
Diff
Raw Normal View History

--- t/05_utils.t
+++ t/05_utils.t
@@ -418,7 +418,7 @@ sub test_parse_arg_list {
[
q/foo( { bar() }, {}, 'blah' )/
=> [
- ' { bar() }',
+ [ '{ bar() }' ],
[ qw< {} > ],
[ q<'blah'> ],
],