From: Don Armstrong <don@donarmstrong.com>
Date: Wed, 11 Feb 2015 00:30:44 +0000 (-0800)
Subject: update perl module header
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2cbf93da41b22c16a9cce2359d4b5361ad9c5023;p=lib.git

update perl module header
---

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 <don@donarmstrong.com>.
-# $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 <don@donarmstrong.com>.
 
-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 = ();