fix POD errors reported by xt/author/podcorrectness.t
authorGalen Charlton <gmcharlt@gmail.com>
Wed, 3 Feb 2010 20:56:19 +0000 (15:56 -0500)
committerGalen Charlton <gmcharlt@gmail.com>
Wed, 3 Feb 2010 20:57:31 +0000 (15:57 -0500)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
C4/Acquisition.pm
C4/Charset.pm
C4/Context.pm
C4/Search.pm
C4/Serials/Frequency.pm
C4/Serials/NumberPattern.pm

index 2b60f39..148d3a1 100644 (file)
@@ -166,16 +166,20 @@ sub GetBasket {
 
 $basket = &NewBasket( $booksellerid, $authorizedby, $basketname, $basketnote, $basketbooksellernote, $basketcontractnumber );
 
+=back
+
 Create a new basket in aqbasket table
 
+=over 2
+
 =item C<$booksellerid> is a foreign key in the aqbasket table
 
 =item C<$authorizedby> is the username of who created the basket
 
-The other parameters are optional, see ModBasketHeader for more info on them.
-
 =back
 
+The other parameters are optional, see ModBasketHeader for more info on them.
+
 =cut
 
 # FIXME : this function seems to be unused.
@@ -658,13 +662,13 @@ sub ModBasketgroup {
 
 DelBasketgroup($basketgroupid);
 
-=over 2
+=back
 
 Deletes a basketgroup in the aqbasketgroups table, and removes the reference to it from the baskets,
 
-=item C<$basketgroupid> is the 'id' field of the basket in the aqbasketgroup table
+=over 2
 
-=back
+=item C<$basketgroupid> is the 'id' field of the basket in the aqbasketgroup table
 
 =back
 
@@ -682,7 +686,6 @@ sub DelBasketgroup {
 
 #------------------------------------------------------------#
 
-=back
 
 =head2 FUNCTIONS ABOUT ORDERS
 
@@ -690,6 +693,8 @@ sub DelBasketgroup {
 
 =cut
 
+=back
+
 =head3 GetBasketgroup
 
 =over 4
@@ -750,12 +755,8 @@ sub GetBasketgroups {
 
 #------------------------------------------------------------#
 
-=back
-
 =head2 FUNCTIONS ABOUT ORDERS
 
-=over 2
-
 =cut
 
 #------------------------------------------------------------#
@@ -1768,10 +1769,14 @@ sub GetRecentAcqui {
 
 $contractlist = &GetContracts($booksellerid, $activeonly);
 
+=back
+
 Looks up the contracts that belong to a bookseller
 
 Returns a list of contracts
 
+=over 2
+
 =item C<$booksellerid> is the "id" field in the "aqbooksellers" table.
 
 =item C<$activeonly> if exists get only contracts that are still active.
index e39637a..6b828ec 100644 (file)
@@ -161,6 +161,7 @@ sub SetUTF8Flag{
     my $normalized_string=NormalizeString($string);
 
 =back
+
        Given 
            a string
         nfc : If you want to set NFC and not NFD
index 25f1a22..393f9a9 100644 (file)
@@ -507,7 +507,7 @@ sub clear_syspref_cache {
     %sysprefs = ();
 }
 
-=head2 set_preference
+=item set_preference
 
   C4::Context->set_preference( $variable, $value );
 
index 7e147f1..22eac78 100644 (file)
@@ -2509,6 +2509,7 @@ OR adds a new authority record
 
 =item C<BUGS>
     * I had to add this to Search.pm (instead of the logical Biblio.pm) because of a circular dependency (this sub uses SimpleSearch, and Search.pm uses Biblio.pm)
+
 =back
 
 =cut
index 9d7bf8f..d9a8adf 100644 (file)
@@ -134,8 +134,6 @@ END { }    # module clean-up code here (global destructor)
 1;
 __END__
 
-=back
-
 =head1 AUTHOR
 
 Koha Developement team <info@koha.org>
index 6880515..b61db88 100644 (file)
@@ -121,8 +121,6 @@ END { }    # module clean-up code here (global destructor)
 1;
 __END__
 
-=back
-
 =head1 AUTHOR
 
 Koha Developement team <info@koha.org>