This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a897ae
)
Correct typo: agreement in tense.
author
James E Keenan
<jkeenan@cpan.org>
Thu, 15 Feb 2018 14:16:14 +0000
(09:16 -0500)
committer
James E Keenan
<jkeenan@cpan.org>
Thu, 15 Feb 2018 14:16:14 +0000
(09:16 -0500)
dist/if/t/if.t
patch
|
blob
|
blame
|
history
diff --git
a/dist/if/t/if.t
b/dist/if/t/if.t
index
827d93c
..
999a30f
100644
(file)
--- a/
dist/if/t/if.t
+++ b/
dist/if/t/if.t
@@
-89,7
+89,7
@@
unless (eval 'use open ":std"; 1') {
$result = sprintf $test->{fmt}, @{$test->{args}};
is($result, $test->{args}->[0], "Got expected string");
like($warn, qr/Redundant argument in sprintf/,
- "Redundant argument warning generated and capture");
+ "Redundant argument warning generated and capture
d
");
}
}
}