From: Jarkko Hietaniemi Date: Wed, 8 May 2002 13:55:05 +0000 (+0000) Subject: The base.pm changes need this, too? X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0e510f6e0f6843f5396c2398999dcbdacc7aa4a;p=p5sagit%2Fp5-mst-13.2.git The base.pm changes need this, too? p4raw-id: //depot/perl@16490 --- diff --git a/lib/diagnostics.t b/lib/diagnostics.t index 486f8f6..f30f70e 100644 --- a/lib/diagnostics.t +++ b/lib/diagnostics.t @@ -15,4 +15,4 @@ eval { 'base'->import(qw(I::do::not::exist)); }; -is( $@, '', 'diagnostics not tripped up by "use base qw(Dont::Exist)"' ); +like( $@, qr/^Base class package "I::do::not::exist" is empty/);