summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Component.pm
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-01 00:23:31 +0100
committerjocuri%softhome.net <>2006-03-01 00:23:31 +0100
commit692dcb72ed5ed25d2320a962ab28008a797c5b08 (patch)
tree755f4c040bd8a6420a8f045a9d6a413e9a82ad00 /Bugzilla/Component.pm
parent729911c15cbdb7189ccbc74d69c4ffd302b4976e (diff)
downloadbugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.gz
bugzilla-692dcb72ed5ed25d2320a962ab28008a797c5b08.tar.xz
Fix invalid POD formatting (patch for fixing broken tree - runtests.pl, test 11).
Diffstat (limited to 'Bugzilla/Component.pm')
-rw-r--r--Bugzilla/Component.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/Component.pm b/Bugzilla/Component.pm
index 20df65550..827be789d 100644
--- a/Bugzilla/Component.pm
+++ b/Bugzilla/Component.pm
@@ -229,7 +229,7 @@ Component.pm represents a Product Component object.
=item C<bugs_ids()>
Description: Returns all bug IDs that belong to the component.
-
+
Params: none.
Returns: A reference to an array of bug IDs.
@@ -267,7 +267,7 @@ Component.pm represents a Product Component object.
$comp_name - String with a component name.
Returns: Bugzilla::Component object.
-
+
=back
=cut