]> git.donarmstrong.com Git - lib.git/blobdiff - templates/perl_script
change the defaults for the article shell
[lib.git] / templates / perl_script
index 24254d5ad681174f86ab82fa58f4de7946983da2..736bb53d477fef76c5117b6d63e2e8e2f82d55ea 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 2009 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]
+SCRIPTNAME [options]
 
  Options:
   --debug, -d debugging level (Default 0)
@@ -45,6 +45,7 @@ Display this manual.
 
 =head1 EXAMPLES
 
+SCRIPTNAME
 
 =cut