summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-08-22 14:49:49 +0000
committerNicholas Clark <nick@ccl4.org>2008-08-22 14:49:49 +0000
commit5da8ab6323d17be276daf351faaf9b9ac9344406 (patch)
tree984ec7ca196a65e2de8eea8237bfe1318df42ff8 /universal.c
parentd28af146350e01a3243b7ab968ed1d539a06fb30 (diff)
downloadperl-5da8ab6323d17be276daf351faaf9b9ac9344406.tar.gz
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
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index 378329decb..19fb608320 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",