This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bisect-runner.pl: Correct --no-module-tests example
authorFather Chrysostomos <sprout@cpan.org>
Thu, 9 Jun 2016 19:30:14 +0000 (12:30 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sat, 11 Jun 2016 13:17:01 +0000 (06:17 -0700)
Copy-&-paste strikes again!

Porting/bisect-runner.pl

index f90b0ef..b127540 100755 (executable)
@@ -610,7 +610,8 @@ running their tests. This can be a big time saver.
 
 For example:
 
-  .../Porting/bisect.pl --with-module=Moose -e 'use Moose; ...'
+  .../Porting/bisect.pl --with-module=Moose --no-module-tests \
+       -e 'use Moose; ...'
 
 =item *