From fbb9878afaced91ac5a1458a329cd9c0313e9d85 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 17 May 2012 01:29:28 +0200 Subject: Fix bustage in POD --- Bugzilla/Field.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Bugzilla/Field.pm') diff --git a/Bugzilla/Field.pm b/Bugzilla/Field.pm index 250d7239e..228bea737 100644 --- a/Bugzilla/Field.pm +++ b/Bugzilla/Field.pm @@ -458,6 +458,7 @@ sub description { return $_[0]->{description} } A string providing detailed info about the field; =back + =cut sub long_desc { return $_[0]->{long_desc} } -- cgit v1.2.3-24-g4f1b