Mercurial > pub > buggler
comparison lib/Benzin/Bugzilla/BugComment.pm @ 8:ff9c0c788382
sync
author | cin |
---|---|
date | Fri, 04 Sep 2015 19:42:15 +0300 |
parents | 29309bc8d932 |
children | cc7244ab1b9f |
comparison
equal
deleted
inserted
replaced
7:29309bc8d932 | 8:ff9c0c788382 |
---|---|
4 my @fields; | 4 my @fields; |
5 | 5 |
6 BEGIN { | 6 BEGIN { |
7 @fields = qw( | 7 @fields = qw( |
8 id | 8 id |
9 bug_id | |
10 attachment_id | |
11 count | |
12 text | |
13 creator | |
14 creation_time | |
15 is_private | |
16 is_markdown | |
9 ); | 17 ); |
10 } | 18 } |
11 | 19 |
12 use constant { | 20 use constant { |
13 BUG_FIELDS => \@fields | 21 BUG_FIELDS => \@fields |