]> git.donarmstrong.com Git - class_modular.git/.git/commitdiff
* Adjusted the documentation of Class::Modular slightly
authorDon Armstrong <don@donarmstrong.com>
Wed, 5 Nov 2003 04:55:14 +0000 (04:55 +0000)
committerDon Armstrong <don@donarmstrong.com>
Wed, 5 Nov 2003 04:55:14 +0000 (04:55 +0000)
git-svn-id: file:///srv/don_svn/class_modular/trunk@7 96c6a18b-02ce-0310-9fca-9eb62c757ba6

Class/Modular/Modular.pm

index c77b7b6bb36d4c2faf4ff74261c333af77408575..978ef889ce4991a6598cd69d913069341b85808f 100644 (file)
@@ -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 <don@donarmstrong.com>.
-# $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