]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Remove the Contributors section from POD, we don't have it anywhere else
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 29 Sep 2012 23:26:07 +0000 (01:26 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 29 Sep 2012 23:26:07 +0000 (01:26 +0200)
Bugzilla/Flag.pm
Bugzilla/FlagType.pm

index 5c77eb7cf888d4843c1a98340daafb6663b0f000..21241da5ff4004eb2c53385cb2f4944053fb663c 100644 (file)
@@ -1058,29 +1058,4 @@ sub _flag_types {
     return $flag_types;
 }
 
-=head1 SEE ALSO
-
-=over
-
-=item B<Bugzilla::FlagType>
-
-=back
-
-
-=head1 CONTRIBUTORS
-
-=over
-
-=item Myk Melez <myk@mozilla.org>
-
-=item Jouni Heikniemi <jouni@heikniemi.net>
-
-=item Kevin Benton <kevin.benton@amd.com>
-
-=item Frédéric Buclin <LpSolit@gmail.com>
-
-=back
-
-=cut
-
 1;
index 7f29c4266f4f600374435102826a5148aa82be84..49d1eddc7ce5088368bcefa8668659d3b19e432d 100644 (file)
@@ -621,22 +621,10 @@ sub count {
 # Private Functions
 ######################################################################
 
-=begin private
-
-=head1 PRIVATE FUNCTIONS
-
-=over
-
-=item C<sqlify_criteria($criteria, $tables)>
-
-Converts a hash of criteria into a list of SQL criteria.
-$criteria is a reference to the criteria (field => value), 
-$tables is a reference to an array of tables being accessed 
-by the query.
-
-=back
-
-=cut
+# Converts a hash of criteria into a list of SQL criteria.
+# $criteria is a reference to the criteria (field => value), 
+# $tables is a reference to an array of tables being accessed 
+# by the query.
 
 sub sqlify_criteria {
     my ($criteria, $tables) = @_;
@@ -714,27 +702,3 @@ sub sqlify_criteria {
 }
 
 1;
-
-=end private
-
-=head1 SEE ALSO
-
-=over
-
-=item B<Bugzilla::Flags>
-
-=back
-
-=head1 CONTRIBUTORS
-
-=over
-
-=item Myk Melez <myk@mozilla.org>
-
-=item Kevin Benton <kevin.benton@amd.com>
-
-=item Frédéric Buclin <LpSolit@gmail.com>
-
-=back
-
-=cut