From a854d5403d7228f2ed8d951bbbed9bf0e426cd0e Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 10 Aug 2006 07:57:32 +0000 Subject: [PATCH] update perl module header and set keywords on it --- templates/perl_module_header.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/perl_module_header.pm b/templates/perl_module_header.pm index af4f319..023005c 100644 --- a/templates/perl_module_header.pm +++ b/templates/perl_module_header.pm @@ -1,8 +1,8 @@ # This module is part of , 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 2003 by Don Armstrong . -# $Id: $ +# Copyright 2006 by Don Armstrong . +# $Id$ package ; @@ -28,10 +28,10 @@ use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT); use base qw(Exporter); BEGIN{ - ($VERSION) = q$Revision: 1.3 $ =~ /^Revision:\s+([^\s+])/; + ($VERSION) = q$Revision$ =~ /^Revision:\s+([^\s+])/; $DEBUG = 0 unless defined $DEBUG; - @EXPORT = () + @EXPORT = (); # %EXPORT_TAGS = (a => [qw()] # ); @EXPORT_OK = (); -- 2.39.2