From: Don Armstrong Date: Tue, 8 Jan 2013 00:15:52 +0000 (-0800) Subject: update the perl script header to be slightly easier to use X-Git-Url: https://git.donarmstrong.com/?p=lib.git;a=commitdiff_plain;h=b8afffb79ed17914430e54d02069bef45adcabaa;ds=sidebyside update the perl script header to be slightly easier to use --- diff --git a/templates/perl_script b/templates/perl_script index 58855a5..05509d7 100755 --- a/templates/perl_script +++ b/templates/perl_script @@ -1,9 +1,9 @@ -#! /usr/bin/perl -# , and is released -# under the terms of the GPL version 2, or any later version, at your -# option. See the file README and COPYING for more information. -# Copyright 2011 by Don Armstrong . -# $Id$ +#!/usr/bin/perl +# SCRIPTNAME DOES_SOMETHING +# 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 . use warnings; @@ -14,11 +14,11 @@ use Pod::Usage; =head1 NAME - - +SCRIPTNAME - DOES_SOMETHING =head1 SYNOPSIS - [options] +SCRIPT_NAME [options] Options: --debug, -d debugging level (Default 0) @@ -45,6 +45,7 @@ Display this manual. =head1 EXAMPLES +SCRIPTNAME =cut