diff options
| author | pep <yes@peepee.me> | 2020-07-21 20:48:09 +0000 |
|---|---|---|
| committer | pep <yes@peepee.me> | 2020-07-21 20:48:09 +0000 |
| commit | 789dbb1e734885bd7cf5ad25f0d2f47765a13657 (patch) | |
| tree | 090b79ed96465dbe135f4191468776cbf7a6a954 /search/lib/Bucky/Keyword.pm | |
| parent | 97bee7fe1a48acb4c34e207863af56894c198151 (diff) | |
attempt at merge
Diffstat (limited to 'search/lib/Bucky/Keyword.pm')
| -rw-r--r-- | search/lib/Bucky/Keyword.pm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/search/lib/Bucky/Keyword.pm b/search/lib/Bucky/Keyword.pm deleted file mode 100644 index 8c52256..0000000 --- a/search/lib/Bucky/Keyword.pm +++ /dev/null @@ -1,26 +0,0 @@ -package Bucky::Keyword; - -use base 'Bucky'; - -sub type { $Bucky::Keyword } -sub fields - {[qw[ - id keyword threads owner createdate - owner ops public - agglutinate - color display - ]]} - -sub _id { shift->{id} } -sub _keyword { shift->{keyword} } -sub _threads { shift->{threads} } -sub _username { shift->{owner} } -sub _ops { shift->{ops} } -sub _public { shift->{public} } -sub _createdate { shift->{createdate} } -sub _agglutinate { shift->{agglutinate} } -sub _color { shift->{color} } -sub _display { shift->{display} } - -1; - |
