BinaryLogic: add ABSTRACT to reduce scroll-spam
parent
ae0ae15115
commit
98327903a0
|
@ -1,4 +1,5 @@
|
|||
package DDG::Goodie::BinaryLogic;
|
||||
# ABSTRACT: bit-wise logical operations.
|
||||
|
||||
use DDG::Goodie;
|
||||
use utf8;
|
||||
|
@ -126,4 +127,4 @@ handle query_raw => sub {
|
|||
return answer => $text_output, html => $html_output, heading => $heading;
|
||||
};
|
||||
|
||||
1;
|
||||
1;
|
||||
|
|
Loading…
Reference in New Issue