]> 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:27:24 +0000 (01:27 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 29 Sep 2012 23:27:24 +0000 (01:27 +0200)
Bugzilla/Flag.pm
Bugzilla/FlagType.pm

index 22a42d773fe0442ec9da9e2f5664d2661c3dd924..0460fb936fa0164f369c13f842af824683ad5191 100644 (file)
@@ -1057,29 +1057,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 d313a62b9059a35e6e256c4a916b386feea9b520..2bceb090a015ec7f73e72630f3b189b775bbea60 100644 (file)
@@ -620,22 +620,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) = @_;
@@ -713,27 +701,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