From b8afffb79ed17914430e54d02069bef45adcabaa Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Mon, 7 Jan 2013 16:15:52 -0800 Subject: [PATCH] update the perl script header to be slightly easier to use --- templates/perl_script | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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 -- 2.39.2