]> git.donarmstrong.com Git - class_modular.git/.git/blobdiff - Class/Modular/Modular.pm
* Fixed copyright year
[class_modular.git/.git] / Class / Modular / Modular.pm
index 061d927e688ceed67effd20ff466ac4829dfa22d..1e1a8ab99d5e88b282a9516a8c0268eaaf9a77cb 100644 (file)
@@ -1,8 +1,8 @@
 # This module is part of DA, Don Armstrong's Modules, and is released
 # under the terms of the GPL version 2, or any later version. See the
-# file README and COPYING for more information. Copyright 2002 by Don
+# file README and COPYING for more information. Copyright 2003 by Don
 # Armstrong <don@donarmstrong.com>.
-# $Id: Modular.pm,v 1.1 2003/08/31 23:38:55 don Exp $
+# $Id: Modular.pm,v 1.2 2003/09/08 12:05:49 don Exp $
 
 package Class::Modular;
 
@@ -55,7 +55,7 @@ use Carp;
 use Data::Copy qw(deep_copy); # Used for deep copying objects
 
 BEGIN{
-     ($VERSION) = q$Revision: 1.1 $ =~ /\$Revision:\s+([^\s+])/;
+     ($VERSION) = q$Revision: 1.2 $ =~ /\$Revision:\s+([^\s+])/;
      $DEBUG = 0 unless defined $DEBUG;
 }