From 0040379ac086dbb10f397bb4e626df4d967e61df Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 8 Sep 2003 12:05:49 +0000 Subject: [PATCH] * Fixed copyright year git-svn-id: file:///srv/don_svn/class_modular/trunk@2 96c6a18b-02ce-0310-9fca-9eb62c757ba6 --- Class/Modular/Modular.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Class/Modular/Modular.pm b/Class/Modular/Modular.pm index 061d927..1e1a8ab 100644 --- a/Class/Modular/Modular.pm +++ b/Class/Modular/Modular.pm @@ -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 . -# $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; } -- 2.39.2