rafl is in ur search, hak'n ur kodez
parent
7a09d97420
commit
5ef8580a5c
|
@ -0,0 +1,13 @@
|
|||
package DDG::Goodie::Rafl;
|
||||
# ABSTRACT: rafl is so everywhere, there's a DuckDuckGo.com "!rafl" bang syntax
|
||||
use DDG::Goodie;
|
||||
|
||||
use Acme::rafl::Everywhere;
|
||||
|
||||
triggers any => 'rafl';
|
||||
|
||||
handle remainder => sub {
|
||||
return Acme::rafl::Everywhere->new->fact
|
||||
};
|
||||
|
||||
1 && "rafl"; # everywhere
|
Loading…
Reference in New Issue