diff options
author | David Lawrence <dkl@mozilla.com> | 2014-08-01 21:20:40 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2014-08-01 21:21:18 +0200 |
commit | b395ba041e097b0120e61302859f138c7be68eca (patch) | |
tree | 5fd67b55e1a0da2a0a2e91d2a80055f55f707554 | |
parent | 56b5023bd1f633b14fb520a2e02188640a901161 (diff) | |
download | bugzilla-b395ba041e097b0120e61302859f138c7be68eca.tar.gz bugzilla-b395ba041e097b0120e61302859f138c7be68eca.tar.xz |
Fixed t/011pod.t errors on my development system
-rw-r--r-- | Bugzilla/Flag.pm | 23 | ||||
-rw-r--r-- | Bugzilla/FlagType.pm | 44 | ||||
-rw-r--r-- | Bugzilla/PatchReader.pm | 2 |
3 files changed, 44 insertions, 25 deletions
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<Methods in need of POD> =over -=item B<Bugzilla::FlagType> +=item update_activity -=back +=item setter_id +=item bug -=head1 CONTRIBUTORS +=item requestee_id -=over +=item DB_COLUMNS -=item Myk Melez <myk@mozilla.org> +=item set_flag -=item Jouni Heikniemi <jouni@heikniemi.net> +=item type_id -=item Kevin Benton <kevin.benton@amd.com> +=item snapshot -=item Frédéric Buclin <LpSolit@gmail.com> +=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<Methods in need of POD> =over -=item B<Bugzilla::Flags> +=item exclusions_as_hash -=back +=item request_group_id -=head1 CONTRIBUTORS +=item set_is_active -=over +=item set_is_multiplicable -=item Myk Melez <myk@mozilla.org> +=item inclusions_as_hash -=item Kevin Benton <kevin.benton@amd.com> +=item set_sortkey -=item Frédéric Buclin <LpSolit@gmail.com> +=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 <http://www.perlfoundation.org/artistic_license_1_0>. 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: |