From 2cbf93da41b22c16a9cce2359d4b5361ad9c5023 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Tue, 10 Feb 2015 16:30:44 -0800 Subject: [PATCH] update perl module header --- templates/perl_module_header.pm | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/templates/perl_module_header.pm b/templates/perl_module_header.pm index f3633f3..b28a314 100644 --- a/templates/perl_module_header.pm +++ b/templates/perl_module_header.pm @@ -1,14 +1,14 @@ -# 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 2008 by Don Armstrong . -# $Id$ +# This module is part of , and +# is released under the terms of the GPL version 3, or any later +# version (at your option). See the file README and COPYING for more +# information. +# Copyright 2015 by Don Armstrong . -package ; +package THEPACKAGE; =head1 NAME - -- +THEPACKGE -- =head1 SYNOPSIS @@ -28,7 +28,7 @@ use vars qw($VERSION $DEBUG %EXPORT_TAGS @EXPORT_OK @EXPORT); use base qw(Exporter); BEGIN{ - ($VERSION) = q$Revision$ =~ /^Revision:\s+([^\s+])/; + $VERSION = '0.1'; $DEBUG = 0 unless defined $DEBUG; @EXPORT = (); -- 2.39.2