This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0de58
)
bisect-runner.pl: Correct --no-module-tests example
author
Father Chrysostomos
<sprout@cpan.org>
Thu, 9 Jun 2016 19:30:14 +0000
(12:30 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Sat, 11 Jun 2016 13:17:01 +0000
(06:17 -0700)
Copy-&-paste strikes again!
Porting/bisect-runner.pl
patch
|
blob
|
blame
|
history
diff --git
a/Porting/bisect-runner.pl
b/Porting/bisect-runner.pl
index
f90b0ef
..
b127540
100755
(executable)
--- a/
Porting/bisect-runner.pl
+++ b/
Porting/bisect-runner.pl
@@
-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 *