File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 1616 " s|separate" => \$separate ,
1717 " i|install" => \$install ,
1818 " h|help" => \&usage)
19- or die " Unknown options\n " ;
19+ or usage( " Unknown options" ) ;
2020
2121$separate
2222 and warn " -s / -separate is now the default\n " ;
@@ -301,8 +301,8 @@ sub usage {
301301 -c | -continue
302302 Continue processing after failures
303303 Devel::PPPort must successfully build to continue.
304- -s | -separate
305- Install to a work path, not to perl's site_perl.
304+ -i | -install
305+ Install to perl's site_perl.
306306 -h | -help
307307 Display this message.
308308
@@ -312,12 +312,13 @@ sub usage {
312312
313313Test all of the distributions, stop on the first failure:
314314
315- $^X $0 -s
315+ $^X $0
316316
317317Test the various threads distributions, continue on failure:
318318
319- $^X $0 -s - c threads threads-shared Thread-Queue Thread-Semaphore
319+ $^X $0 -c threads threads-shared Thread-Queue Thread-Semaphore
320320EOS
321+ exit ;
321322}
322323
323324__DATA__
You can’t perform that action at this time.
0 commit comments