X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=templates%2Fperl_script;h=8a2a2d4749b5f539cfc548e4127ae858a956d33f;hb=62227e4d0798d3906cd40a83ac3094eeeb434c72;hp=1bdf052eb30807a568bb4af606d4e5e4fae6e384;hpb=b7f848c8420aa1811903f3892e0daecc1b7241d7;p=lib.git diff --git a/templates/perl_script b/templates/perl_script index 1bdf052..8a2a2d4 100755 --- a/templates/perl_script +++ b/templates/perl_script @@ -3,7 +3,7 @@ # and is released under the terms of the GNU GPL version 3, or any # later version, at your option. See the file README and COPYING for # more information. -# Copyright 2014 by Don Armstrong . +# Copyright 2017 by Don Armstrong . use warnings; @@ -76,3 +76,7 @@ pod2usage(join("\n",@USAGE_ERRORS)) if @USAGE_ERRORS; __END__ +# Local Variables: +# indent-tabs-mode: nil +# cperl-indent-level: 4 +# End: