From: Jos I. Boumans Date: Wed, 28 Apr 2004 13:04:47 +0000 (+0200) Subject: Add diagnostics section to base.pm X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=36c726b39493413b3d290022ea8659549c919762;p=p5sagit%2Fp5-mst-13.2.git Add diagnostics section to base.pm From: "Jos I. Boumans" Message-Id: p4raw-id: //depot/perl@22748 --- diff --git a/lib/base.pm b/lib/base.pm index cc0d3c6..e98d0f1 100644 --- a/lib/base.pm +++ b/lib/base.pm @@ -2,7 +2,7 @@ package base; use strict 'vars'; use vars qw($VERSION); -$VERSION = '2.05'; +$VERSION = '2.06'; # constant.pm is slow sub SUCCESS () { 1 } @@ -198,6 +198,17 @@ base classes each have inheritable fields the 'base' pragma will croak. See L, L and L for a description of this feature. +=head1 DIAGNOSTICS + +=over 4 + +=item Base class package "%s" is empty. + +base.pm was unable to require the base package, because it was not +found in your path. + +=back + =head1 HISTORY This module was introduced with Perl 5.004_04.