From ee149fde1b09e080563352c9dd855f2948c2ac97 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 5 Nov 2003 04:55:14 +0000 Subject: [PATCH] * Adjusted the documentation of Class::Modular slightly git-svn-id: file:///srv/don_svn/class_modular/trunk@7 96c6a18b-02ce-0310-9fca-9eb62c757ba6 --- Class/Modular/Modular.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Class/Modular/Modular.pm b/Class/Modular/Modular.pm index c77b7b6..978ef88 100644 --- a/Class/Modular/Modular.pm +++ b/Class/Modular/Modular.pm @@ -2,7 +2,7 @@ # under the terms of the GPL version 2, or any later version. See the # file README and COPYING for more information. Copyright 2003 by Don # Armstrong . -# $Id: Modular.pm,v 1.6 2003/10/25 03:01:35 don Exp $ +# $Id: Modular.pm,v 1.7 2003/11/05 04:55:14 don Exp $ package Class::Modular; @@ -53,7 +53,7 @@ use Carp; use Data::Copy qw(deep_copy); # Used for deep copying objects BEGIN{ - ($VERSION) = q$Revision: 1.6 $ =~ /\$Revision:\s+([^\s+])/; + ($VERSION) = q$Revision: 1.7 $ =~ /\$Revision:\s+([^\s+])/; $DEBUG = 0 unless defined $DEBUG; } @@ -257,7 +257,8 @@ sub clone { =head3 Function Replaces UNIVERSAL's can method so that handled methods are reported -correctly. Calls UNIVERSAL::can in the places where +correctly. Calls UNIVERSAL::can in the places where we don't know +anything it doesn't. =head3 Returns -- 2.39.2