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
This commit is contained in:
mkanat%bugzilla.org
2006-08-04 00:50:27 +00:00
parent d2f0388921
commit bd235e168f
2 changed files with 4 additions and 6 deletions

View 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 {

View 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