From: Nicholas Clark Date: Fri, 22 Aug 2008 14:49:49 +0000 (+0000) Subject: No, I didn't mean to commit the version *with* the abort(). It was X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5da8ab6323d17be276daf351faaf9b9ac9344406;p=p5sagit%2Fp5-mst-13.2.git No, I didn't mean to commit the version *with* the abort(). It was meant to be removed once I'd proved it by running the tests without aborting. Oops. use more 'coffee'; p4raw-id: //depot/perl@34217 --- diff --git a/universal.c b/universal.c index 378329d..19fb608 100644 --- a/universal.c +++ b/universal.c @@ -68,7 +68,6 @@ S_isa_lookup(pTHX_ HV *stash, const char * const name, const HV* const name_stas HV* const basestash = gv_stashsv(basename_sv, 0); if (!basestash) { /* We have no test coverage for this block, as of 2008/08. */ - abort(); if (ckWARN(WARN_SYNTAX)) Perl_warner(aTHX_ packWARN(WARN_SYNTAX), "Can't locate package %"SVf" for the parents of %s",