From bd235e168f05839d20138a5db14188ccf0a41675 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Fri, 4 Aug 2006 00:50:27 +0000 Subject: [PATCH] Fix bad POD on previous checkin that was causing tinderbox to burn. git-svn-id: svn://10.0.0.236/trunk@206538 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/Bugzilla/Field.pm | 4 ++++ mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm | 6 ------ 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/mozilla/webtools/bugzilla/Bugzilla/Field.pm b/mozilla/webtools/bugzilla/Bugzilla/Field.pm index ba939036c39..5529a53f03b 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Field.pm +++ b/mozilla/webtools/bugzilla/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/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm b/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm index f9a5a408377..893870e6da7 100644 --- a/mozilla/webtools/bugzilla/Bugzilla/Install/Filesystem.pm +++ b/mozilla/webtools/bugzilla/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