imported template.pl.pod.m4
cbbb4909
Hari Sekhon
committed
1 changed file
template.pl.pod.m4
/template.pl.pod.m4+60
/template.pl.pod.m4
Add comment 1 Plus  divert(-1)
Add comment 2 Plus  #
Add comment 3 Plus  # Author: Hari Sekhon
Add comment 4 Plus  # Date: 2011-05-06 11:24:02 +0100 (Fri, 06 May 2011)
Add comment 5 Plus  #
Add comment 6 Plus  # vim:ts=4:sts=4:sw=4:et
Add comment 7 Plus  
Add comment 8 Plus  changequote(`,')
Add comment 9 Plus  divert(0)
Add comment 10 Plus  __END__
Add comment 11 Plus  
Add comment 12 Plus  =head1 `NAME'
Add comment 13 Plus  
Add comment 14 Plus  NAME - <put a description here>
Add comment 15 Plus  
Add comment 16 Plus  =head1 SYNOPSIS
Add comment 17 Plus  
Add comment 18 Plus  NAME [ options ]
Add comment 19 Plus  
Add comment 20 Plus   Options:
Add comment 21 Plus   -v, --verbose print debug output, disable timeout
Add comment 22 Plus   -?, -h, --usage print the short help page
Add comment 23 Plus   --help print the full help page
Add comment 24 Plus   --man print the extended man page
Add comment 25 Plus  
Add comment 26 Plus  =head1 OPTIONS
Add comment 27 Plus  
Add comment 28 Plus  =over 8
Add comment 29 Plus  
Add comment 30 Plus  =item B<-v>, B<--verbose>
Add comment 31 Plus  
Add comment 32 Plus  Enable debugging. Also turn off the timeout, so that the script will run longer
Add comment 33 Plus  than the default of 10 seconds. Note that this may lock up your console if
Add comment 34 Plus  checking files that are on NFS, for example, but will enable you to identify
Add comment 35 Plus  the flaw, one hopes.
Add comment 36 Plus  
Add comment 37 Plus  =item B<--usage> (or, indeed, any option that isn't recognised)
Add comment 38 Plus  
Add comment 39 Plus  Print a brief help message and exit.
Add comment 40 Plus  
Add comment 41 Plus  =item B<--help>
Add comment 42 Plus  
Add comment 43 Plus  Print a more detailed message (ie, the synopsis and options from the man page)
Add comment 44 Plus  and exit.
Add comment 45 Plus  
Add comment 46 Plus  =item B<--man>
Add comment 47 Plus  
Add comment 48 Plus  Print the full man page, and exit.
Add comment 49 Plus  
Add comment 50 Plus  =back
Add comment 51 Plus  
Add comment 52 Plus  =head1 DESCRIPTION
Add comment 53 Plus  
Add comment 54 Plus  B<This program> does what it says on the tin
Add comment 55 Plus  
Add comment 56 Plus  =head1 BUGS
Add comment 57 Plus  
Add comment 58 Plus  None known. Email me if you find any at the address below
Add comment 59 Plus  =cut
Add comment 60 Plus