Bug 5385: POD Cleanups (part 2)
authorAndrew Elwell <andrew.elwell@gmail.com>
Thu, 11 Nov 2010 13:18:47 +0000 (08:18 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 11 Nov 2010 21:06:56 +0000 (10:06 +1300)
More podchecker cleanups to eliminate warnings / errors

Signed-off-by: Andrew Elwell <Andrew.Elwell@gmail.com>
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>

50 files changed:
authorities/blinddetail-biblio-search.pl
authorities/detail-biblio-search.pl
authorities/detail.pl
catalogue/ISBDdetail.pl
catalogue/MARCdetail.pl
catalogue/search.pl
cataloguing/addbiblio.pl
cataloguing/merge.pl
cataloguing/value_builder/callnumber.pl
cataloguing/value_builder/marc21_field_006.pl
cataloguing/value_builder/marc21_field_007.pl
cataloguing/value_builder/marc21_field_008.pl
cataloguing/value_builder/marc21_field_008_authorities.pl
cataloguing/value_builder/marc21_field_040d.pl
cataloguing/value_builder/marc21_field_245h.pl
cataloguing/value_builder/stocknumberam123.pl
cataloguing/value_builder/unimarc_field_010.pl
cataloguing/value_builder/unimarc_field_100.pl
cataloguing/value_builder/unimarc_field_105.pl
cataloguing/value_builder/unimarc_field_106.pl
cataloguing/value_builder/unimarc_field_110.pl
cataloguing/value_builder/unimarc_field_115a.pl
cataloguing/value_builder/unimarc_field_115b.pl
cataloguing/value_builder/unimarc_field_116.pl
cataloguing/value_builder/unimarc_field_117.pl
cataloguing/value_builder/unimarc_field_120.pl
cataloguing/value_builder/unimarc_field_121a.pl
cataloguing/value_builder/unimarc_field_121b.pl
cataloguing/value_builder/unimarc_field_122.pl
cataloguing/value_builder/unimarc_field_123a.pl
cataloguing/value_builder/unimarc_field_123d.pl
cataloguing/value_builder/unimarc_field_123e.pl
cataloguing/value_builder/unimarc_field_123f.pl
cataloguing/value_builder/unimarc_field_123g.pl
installer/data/mysql/updatedatabase.pl
misc/cronjobs/cloud-kw.pl
misc/cronjobs/holds/build_holds_queue.pl
misc/cronjobs/runreport.pl
misc/maintenance/fix_accountlines_date.pl
misc/translator/update.pl
offline_circ/process_koc.pl
opac/opac-ISBDdetail.pl
opac/opac-MARCdetail.pl
opac/opac-authoritiesdetail.pl
opac/opac-tags.pl
opac/opac-topissues.pl
reports/dictionary.pl
reports/guided_reports.pl
tools/csv-profiles.pl
tools/picture-upload.pl

index e723187..1495348 100755 (executable)
@@ -23,6 +23,7 @@ blinddetail-biblio-search.pl : script to show an authority in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -33,8 +34,6 @@ parameters tables.
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index 31b5146..56a1a45 100755 (executable)
 
 =head1 NAME
 
-etail.pl : script to show an authority in MARC format
+detail-biblio-search.pl - script to show an authority in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -33,8 +34,6 @@ parameters tables.
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 
index 18d6c6a..f92e04b 100755 (executable)
@@ -23,6 +23,7 @@ detail.pl : script to show an authority in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -33,8 +34,6 @@ parameters tables.
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 
index 40a434d..7ebe8e0 100755 (executable)
@@ -23,6 +23,7 @@ ISBDdetail.pl : script to show a biblio in ISBD format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -30,8 +31,6 @@ This script needs a biblionumber as parameter
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index b543d75..2dc7b1d 100755 (executable)
@@ -23,6 +23,7 @@ MARCdetail.pl : script to show a biblio in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -39,8 +40,6 @@ the items attached to the biblio
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index 920afb7..485af67 100755 (executable)
@@ -79,7 +79,7 @@ There are several additional secondary functions performed that I will
 not cover in detail.
 
 =head3 1. Building Query Strings
-    
+
 There are several types of queries needed in the process of search and retrieve:
 
 =over
index 85c0566..86c049e 100755 (executable)
@@ -45,7 +45,9 @@ if ( C4::Context->preference('marcflavour') eq 'UNIMARC' ) {
 
 our($tagslib,$authorised_values_sth,$is_a_modif,$usedTagsLib,$mandatory_z3950);
 
-=item MARCfindbreeding
+=head1 FUNCTIONS
+
+=head2 MARCfindbreeding
 
     $record = MARCfindbreeding($breedingid);
 
@@ -152,7 +154,7 @@ sub MARCfindbreeding {
     return -1;
 }
 
-=item build_authorized_values_list
+=head2 build_authorized_values_list
 
 =cut
 
@@ -243,7 +245,7 @@ sub build_authorized_values_list ($$$$$$$) {
     );
 }
 
-=item CreateKey
+=head2 CreateKey
 
     Create a random value to set it into the input name
 
@@ -253,11 +255,11 @@ sub CreateKey(){
     return int(rand(1000000));
 }
 
-=item GetMandatoryFieldZ3950
+=head2 GetMandatoryFieldZ3950
 
     This function return an hashref which containts all mandatory field
     to search with z3950 server.
-    
+
 =cut
 
 sub GetMandatoryFieldZ3950($){
@@ -277,7 +279,7 @@ sub GetMandatoryFieldZ3950($){
     };
 }
 
-=item create_input
+=head2 create_input
 
  builds the <input ...> entry for a subfield.
 
@@ -514,7 +516,7 @@ sub create_input {
 }
 
 
-=item format_indicator
+=head2 format_indicator
 
 Translate indicator value for output form - specifically, map
 indicator = ' ' to ''.  This is for the convenience of a cataloger
index 1b890ba..eaf0c97 100755 (executable)
@@ -179,6 +179,9 @@ if ($merge) {
 output_html_with_http_headers $input, $cookie, $template->output;
 exit;
 
+=head1 FUNCTIONS
+
+=cut
 
 # ------------------------
 # Functions
@@ -238,9 +241,9 @@ sub _createMarcHash {
 
 }
 
-=item CreateKey
+=head2 CreateKey
 
-    Create a random value to set it into the input name
+Create a random value to set it into the input name
 
 =cut
 
index 2b56958..cc37af0 100755 (executable)
@@ -23,7 +23,7 @@ use C4::Auth;
 use CGI;
 use C4::Context;
 
-=head1
+=head1 DESCRIPTION
 
 Is used for callnumber computation.
 
index c2de828..6d84cb4 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 DESCRIPTION
 
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
index 240e4d6..c852fa0 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 DESCRIPTION
 
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
index 0ed2963..57e0690 100755 (executable)
@@ -26,7 +26,7 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 DESCRIPTION
 
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
index fd3f203..b887806 100755 (executable)
@@ -27,7 +27,7 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 DESCRIPTION
 
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
index 51a053f..64e5bd3 100755 (executable)
@@ -23,7 +23,7 @@ use strict;
 use C4::Context;
 # use MARC::Record;
 
-=head1
+=head1 DESCRIPTION
 
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
@@ -34,17 +34,19 @@ sub plugin_parameters {
     return "";
 }
 
-=head1
+=head1 FUNCTIONS
 
-plugin_javascript : the javascript function called when the user enters the subfield.
+=head2 plugin_javascript
+
+The javascript function called when the user enters the subfield.
 contain 3 javascript functions :
-* one called when the field is entered (OnFocus). Named FocusXXX
-* one called when the field is leaved (onBlur). Named BlurXXX
-* one called when the ... link is clicked (<a href="javascript:function">) named ClicXXX
+ * one called when the field is entered (OnFocus). Named FocusXXX
+ * one called when the field is leaved (onBlur). Named BlurXXX
+ * one called when the ... link is clicked (<a href="javascript:function">) named ClicXXX
 
 returns :
-* XXX
-* a variable containing the 3 scripts.
+ * XXX
+ * a variable containing the 3 scripts.
 the 3 scripts are inserted after the <input> in the html code
 
 =cut
@@ -76,9 +78,9 @@ function Clic$function_name(subfield_managed) {
 return ($function_name,$res);
 }
 
-=head1
+=head2 plugin
 
-plugin : the true value_builded. The screen that is open in the popup window.
+the true value_builded. The screen that is open in the popup window.
 
 =cut
 
index 6198456..9ab2ca1 100755 (executable)
@@ -22,9 +22,11 @@ use strict;
 #use warnings; FIXME - Bug 2505
 use C4::Context;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+other parameters added when the plugin is called by the dopop function
 
 =cut
 
@@ -32,17 +34,17 @@ sub plugin_parameters {
     return "";
 }
 
-=head1
+=head2 plugin_javascript
 
-plugin_javascript : the javascript function called when the user enters the subfield.
+Thee javascript function called when the user enters the subfield.
 contain 3 javascript functions :
-* one called when the field is entered (OnFocus). Named FocusXXX
-* one called when the field is leaved (onBlur). Named BlurXXX
-* one called when the ... link is clicked (<a href="javascript:function">) named ClicXXX
+ * one called when the field is entered (OnFocus). Named FocusXXX
+ * one called when the field is leaved (onBlur). Named BlurXXX
+ * one called when the ... link is clicked (<a href="javascript:function">) named ClicXXX
 
 returns :
-* XXX
-* a variable containing the 3 scripts.
+ * XXX
+ * a variable containing the 3 scripts.
 the 3 scripts are inserted after the <input> in the html code
 
 =cut
@@ -79,9 +81,9 @@ function Clic$function_name(subfield_managed) {
 return ($function_name,$res);
 }
 
-=head1
+=head2 plugin
 
-plugin : the true value_builded. The screen that is open in the popup window.
+The true value_builded. The screen that is open in the popup window.
 
 =cut
 
index 014fd86..ab88f61 100755 (executable)
@@ -23,7 +23,7 @@ use C4::Auth;
 use CGI;
 use C4::Context;
 
-=head1
+=head1 DESCRIPTION
 
 This plugin is specific to AM123 but could be used as a base for similar operations.
 It is used for stocknumber computation.
index 5e319d9..19dbb9f 100755 (executable)
@@ -25,9 +25,11 @@ use CGI;
 use C4::Context;
 
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 917b5c1..c49b956 100755 (executable)
@@ -26,9 +26,11 @@ use C4::Context;
 use C4::Output;
 
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 94cf84c..8d44a82 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 725baf9..0b51a18 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 56f4bc8..848a53a 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index b6a89ef..6144771 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 50a1433..7582e74 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 696d5a7..21e2368 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 8bc9fc7..ff206f7 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 8da2f6b..3f72c85 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index f94dda2..a855332 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 9891b29..2d570d7 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 47d8d4c..045bd66 100755 (executable)
@@ -27,9 +27,11 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
 
index 7b8b9e3..0fe85dc 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 4627aea..1df7fbc 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 4627aea..1df7fbc 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index c598552..5932db5 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 4627aea..1df7fbc 100755 (executable)
@@ -27,11 +27,14 @@ use C4::Context;
 use C4::Search;
 use C4::Output;
 
-=head1
+=head1 FUNCTIONS
 
-plugin_parameters : other parameters added when the plugin is called by the dopop function
+=head2 plugin_parameters
+
+Other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
index 3aa1e20..27daa38 100755 (executable)
@@ -50,11 +50,8 @@ GetOptions(
 my $dbh = C4::Context->dbh;
 $|=1; # flushes output
 
-=item
 
-    Deal with virtualshelves
-
-=cut
+# Deal with virtualshelves
 
 my $DBversion = "3.00.00.001";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
@@ -2789,11 +2786,7 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
        print "Upgrade to $DBversion done ( Adding enddate to subscription)\n";
 }
 
-=item
-
-Acquisitions update
-
-=cut
+# Acquisitions update
 
 $DBversion = "3.01.00.072";
 if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
@@ -3842,9 +3835,11 @@ if (C4::Context->preference("Version") < TransformToNum($DBversion)) {
     SetVersion ($DBversion);
 }
 
-=item DropAllForeignKeys($table)
+=head1 FUNCTIONS
+
+=head2 DropAllForeignKeys($table)
 
-  Drop all foreign keys of the table $table
+Drop all foreign keys of the table $table
 
 =cut
 
@@ -3871,10 +3866,10 @@ sub DropAllForeignKeys {
 }
 
 
-=item TransformToNum
+=head2 TransformToNum
 
-  Transform the Koha version from a 4 parts string
-  to a number, with just 1 .
+Transform the Koha version from a 4 parts string
+to a number, with just 1 .
 
 =cut
 
@@ -3885,9 +3880,9 @@ sub TransformToNum {
     return $version;
 }
 
-=item SetVersion
+=head2 SetVersion
 
-    set the DBversion in the systempreferences
+set the DBversion in the systempreferences
 
 =cut
 
index ae917fe..11aaf88 100755 (executable)
@@ -345,7 +345,7 @@ Print this help page.
 =back
 
 =head1 CONFIGURATION
-    
+
 Configuration file looks like that:
 
  --- 
index fab6b96..b02ab60 100755 (executable)
@@ -64,13 +64,11 @@ foreach my $biblionumber (@$bibs_with_pending_requests) {
 
 exit 0;
 
-=head2 GetBibsWithPendingHoldRequests
-
-=over 4
+=head1 FUNCTIONS
 
-my $biblionumber_aref = GetBibsWithPendingHoldRequests();
+=head2 GetBibsWithPendingHoldRequests
 
-=back
+  my $biblionumber_aref = GetBibsWithPendingHoldRequests();
 
 Return an arrayref of the biblionumbers of all bibs
 that have one or more unfilled hold requests.
@@ -95,11 +93,7 @@ sub GetBibsWithPendingHoldRequests {
 
 =head2 GetPendingHoldRequestsForBib
 
-=over 4
-
-my $requests = GetPendingHoldRequestsForBib($biblionumber);
-
-=back
+  my $requests = GetPendingHoldRequestsForBib($biblionumber);
 
 Returns an arrayref of hashrefs to pending, unfilled hold requests
 on the bib identified by $biblionumber.  The following keys
@@ -142,11 +136,7 @@ sub GetPendingHoldRequestsForBib {
 
 =head2 GetItemsAvailableToFillHoldRequestsForBib
 
-=over 4
-
-my $available_items = GetItemsAvailableToFillHoldRequestsForBib($biblionumber);
-
-=back
+  my $available_items = GetItemsAvailableToFillHoldRequestsForBib($biblionumber);
 
 Returns an arrayref of items available to fill hold requests
 for the bib identified by C<$biblionumber>.  An item is available
@@ -205,11 +195,7 @@ sub GetItemsAvailableToFillHoldRequestsForBib {
 
 =head2 MapItemsToHoldRequests
 
-=over 4
-
-MapItemsToHoldRequests($hold_requests, $available_items);
-
-=back
+  MapItemsToHoldRequests($hold_requests, $available_items);
 
 =cut
 
index bb91b15..3187e92 100755 (executable)
@@ -57,7 +57,7 @@ runreport.pl [ -h | -m ] [ -v ] reportID [ reportID ... ]
 
 =head1 OPTIONS
 
-=over 8
+=over
 
 =item B<-help>
 
@@ -90,11 +90,19 @@ Same as above, but also runs report #17.
 
 =head1 TO DO
 
-=over 8
+=over
 
- ~ Complete testing for Sendmail related options: --email, --to, and --from.
- ~ Allow Saved Results option.
- ~ Possible --format option for CSV or tab-delimited output.
+=item * 
+
+Complete testing for Sendmail related options: --email, --to, and --from.
+
+=item *
+
+Allow Saved Results option.
+
+=item *
+
+Possible --format option for CSV or tab-delimited output.
 
 =back
 
index 94a33cd..2956f57 100755 (executable)
@@ -81,6 +81,8 @@ be in whatever format your 'dateformat' system preference specifies.
 Run in debugging mode; this prints out a lot of information and should be used
 only if there is a problem and with the '-n' option.
 
+=back
+
 =cut
 
 my $mode = '';
index 9970c1e..6f31ffb 100755 (executable)
@@ -20,8 +20,9 @@ while (defined($po = readdir(DIR))) {
 }
 closedir DIR;
 
-=head
-my($theme, $module) = @$spec;
+=head1 EXAMPLE
+
+ my($theme, $module) = @$spec;
    my $pid = fork;
    die "fork: $!\n" unless defined $pid;
    if (!$pid) {
@@ -47,5 +48,5 @@ my($theme, $module) = @$spec;
       die "tmpl_process3.pl: exec: $!\n";
    }
    wait;
-}
+ }
 =cut
index d0a2596..5f0d9ff 100755 (executable)
@@ -158,7 +158,9 @@ if ($completedJobID) {
 
 output_html_with_http_headers $query, $cookie, $template->output;
 
-=head3 parse_header_line
+=head1 FUNCTIONS
+
+=head2 parse_header_line
 
 parses the header line from a .koc file. This is the line that
 specifies things such as the file version, and the name and version of
@@ -183,7 +185,7 @@ sub parse_header_line {
     return \%header_info;
 }
 
-=head3 parse_command_line
+=head2 parse_command_line
 
 =cut
 
@@ -210,7 +212,7 @@ sub parse_command_line {
 
 }
 
-=head3 arguments_for_command
+=head2 arguments_for_command
 
 fetches the names of the columns (and function arguments) found in the
 .koc file for a particular command name. For instance, the C<issue>
@@ -367,7 +369,7 @@ sub kocMakePayment {
     } );
 }
 
-=head3 _get_borrowernumber_from_barcode
+=head2 _get_borrowernumber_from_barcode
 
 pass in a barcode
 get back the borrowernumber of the patron who has it checked out.
index 4883e89..88904da 100755 (executable)
@@ -20,8 +20,7 @@
 
 =head1 NAME
 
-opac-ISBDdetail.pl : script to show a biblio in ISBD format
-
+opac-ISBDdetail.pl - script to show a biblio in ISBD format
 
 =head1 DESCRIPTION
 
@@ -37,8 +36,6 @@ the items attached to the biblio
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index fae749c..d127202 100755 (executable)
@@ -23,6 +23,7 @@ MARCdetail.pl : script to show a biblio in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
index be4beca..71f746e 100755 (executable)
@@ -23,6 +23,7 @@ opac-authoritiesdetail.pl : script to show an authority in MARC format
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -33,8 +34,6 @@ parameters tables.
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index a362c74..b98ce40 100755 (executable)
 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
 
-=head1 
+=head1 NAME
+
+opac-tags.pl
+
+=head1 DESCRIPTION
 
 TODO :: Description here
 
index 1d88850..70b712e 100755 (executable)
@@ -36,8 +36,6 @@ plugin that shows a stats on borrowers
 
 =head1 DESCRIPTION
 
-=over 2
-
 =cut
 
 my $input = new CGI;
index 163e978..393c917 100755 (executable)
@@ -31,9 +31,6 @@ Script to control the guided report creation
 
 =head1 DESCRIPTION
 
-
-=over2
-
 =cut
 
 my $input = new CGI;
index dbda180..dfec379 100755 (executable)
@@ -36,8 +36,6 @@ guided_reports.pl
 
 Script to control the guided report creation
 
-=over2
-
 =cut
 
 my $input = new CGI;
index 6f467ee..32f2b98 100755 (executable)
@@ -23,6 +23,7 @@ csv-profile.pl : Defines a CSV export profile
 
 =head1 SYNOPSIS
 
+=cut
 
 =head1 DESCRIPTION
 
@@ -30,8 +31,6 @@ This script allow the user to define a new profile for CSV export
 
 =head1 FUNCTIONS
 
-=over 2
-
 =cut
 
 use strict;
index 4642365..f4c75d8 100755 (executable)
@@ -58,7 +58,7 @@ $debug and warn "Params are: filetype=$filetype, cardnumber=$cardnumber, borrowe
 
 =head1 NAME
 
-picture-upload.p. - Script for handling uploading of both single and bulk patronimages and importing them into the database.
+picture-upload.pl - Script for handling uploading of both single and bulk patronimages and importing them into the database.
 
 =head1 SYNOPSIS
 
@@ -296,8 +296,6 @@ sub handle_file {
     return (%count);
 }
 
-=back
-
 =head1 AUTHORS
 
 Original contributor(s) undocumented