summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-09-30 01:26:07 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-30 01:26:07 +0200
commit6dd576e5b122ec928a88f731a1b4c71071e4283c (patch)
treebfdadf842947c7f09dd81c159dc78804df6331a2 /Bugzilla
parent324ea8a4039f901ab6fee0d9c8ee3aa5f492eb4f (diff)
downloadbugzilla-6dd576e5b122ec928a88f731a1b4c71071e4283c.tar.gz
bugzilla-6dd576e5b122ec928a88f731a1b4c71071e4283c.tar.xz
Remove the Contributors section from POD, we don't have it anywhere else
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Flag.pm25
-rw-r--r--Bugzilla/FlagType.pm44
2 files changed, 4 insertions, 65 deletions
diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm
index 5c77eb7cf..21241da5f 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<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;
diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm
index 7f29c4266..49d1eddc7 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<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