Initial commit for the USPS plugin.
parent
945ece55f9
commit
edf136e301
|
@ -0,0 +1,13 @@
|
|||
package DDG::Goodie::USPS;
|
||||
|
||||
use DDG::Goodie;
|
||||
|
||||
zci is_cached => 1;
|
||||
zci answer_type => "usps";
|
||||
|
||||
triggers query_nowhitespace_nodash => qr//xi;
|
||||
|
||||
handle query_nowhitespace_nodash => sub {
|
||||
};
|
||||
|
||||
1;
|
Loading…
Reference in New Issue