]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix bad POD on previous checkin that was causing tinderbox to burn.
authormkanat%bugzilla.org <>
Fri, 4 Aug 2006 07:50:27 +0000 (07:50 +0000)
committermkanat%bugzilla.org <>
Fri, 4 Aug 2006 07:50:27 +0000 (07:50 +0000)
Bugzilla/Field.pm
Bugzilla/Install/Filesystem.pm

index ba939036c39bc27eddaa69956f7bb377d1d91d34..5529a53f03bb0e9d4614e443a5ba7d1ff51f30f7 100644 (file)
@@ -382,6 +382,8 @@ sub get_legal_field_values {
     return $result_ref;
 }
 
+=over
+
 =item C<populate_field_definitions()>
 
 Description: Populates the fielddefs table during an installation
@@ -391,6 +393,8 @@ Params:      none
 
 Returns:     nothing
 
+=back
+
 =cut
 
 sub populate_field_definitions {
index f9a5a4083776e1eea246b18c3ddd4e3c18fac18a..893870e6da77b6bcfddf09437c92c7bc510bafe7 100644 (file)
@@ -566,17 +566,11 @@ __END__
 Bugzilla::Install::Filesystem - Fix up the filesystem during
   installation.
 
-=head1 SYNOPSIS
-
 =head1 DESCRIPTION
 
 This module is used primarily by L<checksetup.pl> to modify the 
 filesystem during installation, including creating the data/ directory.
 
-=over
-
-=back
-
 =head1 SUBROUTINES
 
 =over