]> git.donarmstrong.com Git - lib.git/commitdiff
* Update perl module header for EXPORT_TAGS
authorDon Armstrong <don@donarmstrong.com>
Mon, 19 May 2008 15:00:40 +0000 (15:00 +0000)
committerDon Armstrong <don@donarmstrong.com>
Mon, 19 May 2008 15:00:40 +0000 (15:00 +0000)
templates/perl_module_header.pm

index 023005cb08285130341c35f788e21418faf15da5..f3633f3c8daf24c0a19f56fa68b91b98c99e87c5 100644 (file)
@@ -1,7 +1,7 @@
 # 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 2006 by Don Armstrong <don@donarmstrong.com>.
+# Copyright 2008 by Don Armstrong <don@donarmstrong.com>.
 # $Id$
 
 package ;
@@ -32,10 +32,10 @@ BEGIN{
      $DEBUG = 0 unless defined $DEBUG;
 
      @EXPORT = ();
-#    %EXPORT_TAGS = (a    => [qw()]
-#                  );
+     %EXPORT_TAGS = (#a    => [qw()],
+                   );
      @EXPORT_OK = ();
-#    Exporter::export_ok_tags(qw(add get));
+     Exporter::export_ok_tags(keys %EXPORT_TAGS);
      $EXPORT_TAGS{all} = [@EXPORT_OK];
 
 }