From 6dd576e5b122ec928a88f731a1b4c71071e4283c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sun, 30 Sep 2012 01:26:07 +0200 Subject: [PATCH] Remove the Contributors section from POD, we don't have it anywhere else --- Bugzilla/Flag.pm | 25 ------------------------- Bugzilla/FlagType.pm | 44 ++++---------------------------------------- 2 files changed, 4 insertions(+), 65 deletions(-) diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 5c77eb7cf8..21241da5ff 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1058,29 +1058,4 @@ sub _flag_types { return $flag_types; } -=head1 SEE ALSO - -=over - -=item B - -=back - - -=head1 CONTRIBUTORS - -=over - -=item Myk Melez - -=item Jouni Heikniemi - -=item Kevin Benton - -=item Frédéric Buclin - -=back - -=cut - 1; diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index 7f29c4266f..49d1eddc7c 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -621,22 +621,10 @@ sub count { # Private Functions ###################################################################### -=begin private - -=head1 PRIVATE FUNCTIONS - -=over - -=item C - -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 - -=back - -=head1 CONTRIBUTORS - -=over - -=item Myk Melez - -=item Kevin Benton - -=item Frédéric Buclin - -=back - -=cut -- 2.47.2