]> git.donarmstrong.com Git - lib.git/blobdiff - templates/perl_script
skip avy if we're not in emacs25
[lib.git] / templates / perl_script
index e9fdf1d4dee2274c8a7d07dc324d0161937f12e4..8a2a2d4749b5f539cfc548e4127ae858a956d33f 100755 (executable)
@@ -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 2013 by Don Armstrong <don@donarmstrong.com>.
+# Copyright 2017 by Don Armstrong <don@donarmstrong.com>.
 
 
 use warnings;
@@ -20,7 +20,7 @@ SCRIPTNAME - DOES_SOMETHING
 
 SCRIPTNAME [options]
 
-Options:
+ Options:
    --debug, -d debugging level (Default 0)
    --help, -h display this help
    --man, -m display manual
@@ -76,3 +76,7 @@ pod2usage(join("\n",@USAGE_ERRORS)) if @USAGE_ERRORS;
 
 
 __END__
+# Local Variables:
+# indent-tabs-mode: nil
+# cperl-indent-level: 4
+# End: