Commit 7c9ed2d4 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix bad POD on previous checkin that was causing tinderbox to burn.

parent e68208dd
...@@ -382,6 +382,8 @@ sub get_legal_field_values { ...@@ -382,6 +382,8 @@ sub get_legal_field_values {
return $result_ref; return $result_ref;
} }
=over
=item C<populate_field_definitions()> =item C<populate_field_definitions()>
Description: Populates the fielddefs table during an installation Description: Populates the fielddefs table during an installation
...@@ -391,6 +393,8 @@ Params: none ...@@ -391,6 +393,8 @@ Params: none
Returns: nothing Returns: nothing
=back
=cut =cut
sub populate_field_definitions { sub populate_field_definitions {
......
...@@ -566,17 +566,11 @@ __END__ ...@@ -566,17 +566,11 @@ __END__
Bugzilla::Install::Filesystem - Fix up the filesystem during Bugzilla::Install::Filesystem - Fix up the filesystem during
installation. installation.
=head1 SYNOPSIS
=head1 DESCRIPTION =head1 DESCRIPTION
This module is used primarily by L<checksetup.pl> to modify the This module is used primarily by L<checksetup.pl> to modify the
filesystem during installation, including creating the data/ directory. filesystem during installation, including creating the data/ directory.
=over
=back
=head1 SUBROUTINES =head1 SUBROUTINES
=over =over
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment