Dylan Lloyd 2012-07-06 12:24:37 -04:00
commit b8d2d95d65
1 changed files with 6 additions and 1 deletions

View File

@ -5,6 +5,11 @@ use DDG::Goodie;
use Net::IDN::Encode ':all';
use HTML::Entities;
attribution web => ['http://7bits.nl/','Peter van Dijk'],
email => ['peter@7bits.nl','Peter van Dijk'],
github => ['habbie'],
twitter => ['habbie'];
triggers start => 'idn';
handle remainder => sub {
@ -19,4 +24,4 @@ handle remainder => sub {
zci is_cached => 1;
1;
1;