diff options
author | lpsolit%gmail.com <> | 2005-07-26 21:09:47 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2005-07-26 21:09:47 +0000 |
commit | da69ce2b6f53856aef539cff334cd864af1b57b8 (patch) | |
tree | 77967af86337d4155888cbb8eb990dd916b77f66 /Bugzilla/Error.pm | |
parent | Bug 297483: Remove comment from installation.xml about 'module-check' switch ... (diff) | |
download | bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.gz bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.tar.bz2 bugzilla-da69ce2b6f53856aef539cff334cd864af1b57b8.zip |
Bug 301967: Some .pm files have invalid POD syntax - Patch by Frédéric Buclin <LpSolit@gmail.com> r=wurblzap a=justdave
Diffstat (limited to 'Bugzilla/Error.pm')
-rw-r--r-- | Bugzilla/Error.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Error.pm b/Bugzilla/Error.pm index ecc430cb5..0f4caf274 100644 --- a/Bugzilla/Error.pm +++ b/Bugzilla/Error.pm @@ -154,7 +154,7 @@ Bugzilla::Error - Error handling utilities for Bugzilla ThrowUserError("error_tag", { foo => 'bar' }); - + =head1 DESCRIPTION Various places throughout the Bugzilla codebase need to report errors to the |