Merge pull request #130 from Hercynium/master
useless but fun goodie, based on a joke in the perl communitymaster
commit
0f0f4587b3
|
@ -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