From: mkanat%bugzilla.org <> Date: Fri, 4 Aug 2006 07:50:27 +0000 (+0000) Subject: Fix bad POD on previous checkin that was causing tinderbox to burn. X-Git-Tag: bugzilla-2.23.3~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c9ed2d47efc8f5747a61f8e59ce0cb2e83d797b;p=thirdparty%2Fbugzilla.git Fix bad POD on previous checkin that was causing tinderbox to burn. --- diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index ba939036c3..5529a53f03 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -382,6 +382,8 @@ sub get_legal_field_values { return $result_ref; } +=over + =item C Description: Populates the fielddefs table during an installation @@ -391,6 +393,8 @@ Params: none Returns: nothing +=back + =cut sub populate_field_definitions { diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index f9a5a40837..893870e6da 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -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 to modify the filesystem during installation, including creating the data/ directory. -=over - -=back - =head1 SUBROUTINES =over