From b395ba041e097b0120e61302859f138c7be68eca Mon Sep 17 00:00:00 2001 From: David Lawrence Date: Fri, 1 Aug 2014 19:20:40 +0000 Subject: Fixed t/011pod.t errors on my development system --- Bugzilla/Flag.pm | 23 ++++++++++++----------- Bugzilla/FlagType.pm | 44 +++++++++++++++++++++++++++++++------------- Bugzilla/PatchReader.pm | 2 +- 3 files changed, 44 insertions(+), 25 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/Flag.pm b/Bugzilla/Flag.pm index 60da3fb44..ea83ae5d9 100644 --- a/Bugzilla/Flag.pm +++ b/Bugzilla/Flag.pm @@ -1100,29 +1100,30 @@ sub _flag_types { return $flag_types; } -=head1 SEE ALSO +=head1 B =over -=item B +=item update_activity -=back +=item setter_id +=item bug -=head1 CONTRIBUTORS +=item requestee_id -=over +=item DB_COLUMNS -=item Myk Melez +=item set_flag -=item Jouni Heikniemi +=item type_id -=item Kevin Benton +=item snapshot -=item Frédéric Buclin +=item update_flags -=back +=item update -=cut +=back 1; diff --git a/Bugzilla/FlagType.pm b/Bugzilla/FlagType.pm index 3325c8c5c..8c958f5ce 100644 --- a/Bugzilla/FlagType.pm +++ b/Bugzilla/FlagType.pm @@ -667,6 +667,8 @@ by the query. =back +=end private + =cut sub sqlify_criteria { @@ -745,32 +747,48 @@ sub sqlify_criteria { push(@criteria, "(flagtypes.grant_group_id = $gid " . " OR flagtypes.request_group_id = $gid)"); } - + return @criteria; } 1; -=end private - -=head1 SEE ALSO +=head1 B =over -=item B +=item exclusions_as_hash -=back +=item request_group_id -=head1 CONTRIBUTORS +=item set_is_active -=over +=item set_is_multiplicable -=item Myk Melez +=item inclusions_as_hash -=item Kevin Benton +=item set_sortkey -=item Frédéric Buclin +=item grant_group_id -=back +=item set_cc_list -=cut +=item set_request_group + +=item set_name + +=item set_is_specifically_requestable + +=item set_grant_group + +=item create + +=item set_clusions + +=item set_description + +=item set_is_requestable + +=item update + +=back diff --git a/Bugzilla/PatchReader.pm b/Bugzilla/PatchReader.pm index b5c3b957b..3b1ba3dda 100644 --- a/Bugzilla/PatchReader.pm +++ b/Bugzilla/PatchReader.pm @@ -94,7 +94,7 @@ license at . This module is distributed in the hope that it will be useful, but it is -provided “as is” and without any warranty; without even the implied warranty +provided "as is" and without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. Files with different licenses or copyright holders: -- cgit v1.2.3-24-g4f1b