BinaryLogic: add ABSTRACT to reduce scroll-spam

master
Matt Miller 2014-09-12 16:45:00 -04:00
parent ae0ae15115
commit 98327903a0
1 changed files with 2 additions and 1 deletions

View File

@ -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;