This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix failing tests.
authorHugo van der Sanden <hv@crypt.org>
Sun, 6 Feb 2011 11:34:25 +0000 (11:34 +0000)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 8 Feb 2011 05:29:20 +0000 (21:29 -0800)
commit2393ee195cfcd369637abf40a457735ef1b3446a
treea611238b00727ccff50848181ddb555e1add8705
parented3620047cbcd5e33ad8cb680d294729e6e3b466
Fix failing tests.

Commit 211dfcf14199529e353c08dea10d7050e6a4a22a modified the parameter
order in t/op/sprintf.t tests 157-164 to match the code, rather than the
docs. Restored the correct order, now that the code matches the docs.
('perldoc -f sprintf', subsection "order of arguments".)
t/op/sprintf.t