This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add -l and -w options to bisect-runner.pl, for use with -e
authorNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:04:08 +0000 (22:04 +0100)
committerNicholas Clark <nick@ccl4.org>
Tue, 1 Nov 2011 21:25:03 +0000 (22:25 +0100)
commitfc4401c6b354576e72009cd9eee271deca608281
treef66e60facb0bbdf8339537089979852c6d128ad2
parent3f14869bb44746c853564775631134b778f620d2
Add -l and -w options to bisect-runner.pl, for use with -e

This allows simpler one-liners with -e and print, as one no longer needs to
add "\n" to all output. Reformat the example for --validate to use -l instead
of "\n".
Porting/bisect-runner.pl