This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #128630] follow-up on 6151d433
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 26 Jul 2016 01:30:34 +0000 (21:30 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 28 Jul 2016 02:01:00 +0000 (22:01 -0400)
commitdbdc20d774da8ae76ef23ff9daa4aa4211e23fc2
treed2f23b67c7ae0b8be6036e9e65498b07ca1e2b6b
parent3a34ca0bce7835211b45e070373cf653c253636a
[perl #128630] follow-up on 6151d433

- test explicitly for $^O equivalence (faster, simpler),
  as suggested in #126380
- allow also \b-/i match of archname
- however, do not explicitly anchor the archname,
  as suggested in #126380, since if the regexp needs that, it can do so
- \Q-\E-protect the $^O, for paranoia
- for skip, use test.pl skip() instead of ok(1),
  pointed out privately by Dan Collins
- drop the newly added /xxx/ functionality to simplify things
t/op/sprintf.t