Update the LWP status.
[p5sagit/p5-mst-13.2.git] / lib / diagnostics.t
index 486f8f6..f30f70e 100644 (file)
@@ -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/);