This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix format issue in t/op/taint.t and add strict/warnings
authorNicolas R <atoomic@cpan.org>
Fri, 17 Jul 2020 22:01:32 +0000 (16:01 -0600)
committerKarl Williamson <khw@cpan.org>
Thu, 30 Jul 2020 21:23:38 +0000 (15:23 -0600)
commit56249513acd108e9cb2a871d24b6ebfdc56c3503
tree12e7a87739f1717d7a771050fc6fbce19b530112
parent88e7da03bb1b3db825a32e23f0178f484d169a08
Fix format issue in t/op/taint.t and add strict/warnings

Format was using '<'*5 instead of '<'x5 in multiple locations
also enforce strict & warnings to detect similar issues in the
future.
t/op/taint.t