From: Mike Taylor Date: Thu, 26 Oct 2006 17:46:41 +0000 (+0000) Subject: Clarify diagnostic. X-Git-Tag: CPAN-v1.02~54^2~840 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=4ce8a6de47b49d36c8da1bdfbbd27f9f5373b1c6 Clarify diagnostic. --- diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index de60a7a..8160dd6 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.38 2006-10-26 17:21:35 mike Exp $ +# $Id: IRSpy.pm,v 1.39 2006-10-26 17:46:41 mike Exp $ package ZOOM::IRSpy; @@ -309,7 +309,7 @@ sub check { $tname = "Main" if !defined $tname; $this->{tree} = $this->_gather_tests($tname) - or die "No tests defined"; + or die "No tests defined for '$tname'"; #$this->{tree}->print(0); my $nskipped = 0;