parser: don’t exit(1) on invalid command, use better error message

This commit is contained in:
Michael Stapelberg
2010-11-12 20:22:55 +01:00
parent 0e264cb5c4
commit e07fee4472
2 changed files with 6 additions and 8 deletions

View File

@ -1,5 +1,5 @@
test:
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/*.t
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(1)" -It/lib t/34*.t
all: test