]> git.donarmstrong.com Git - lib.git/commitdiff
update the perl script header to be slightly easier to use
authorDon Armstrong <don@donarmstrong.com>
Tue, 8 Jan 2013 00:15:52 +0000 (16:15 -0800)
committerDon Armstrong <don@donarmstrong.com>
Tue, 8 Jan 2013 00:15:52 +0000 (16:15 -0800)
templates/perl_script

index 58855a5f78339e7504ec2d467e53944b6baa520a..05509d74b6438d5e1193388b65a848f1c5ea7c57 100755 (executable)
@@ -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 <don@donarmstrong.com>.
-# $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 <don@donarmstrong.com>.
 
 
 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