Initial commit for the USPS plugin.

master
Jag Talon 2013-02-21 09:41:28 -05:00
parent 945ece55f9
commit edf136e301
1 changed files with 13 additions and 0 deletions

13
lib/DDG/Goodie/USPS.pm Normal file
View File

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