fix metadata in IDN

master
Michael Smith 2012-11-06 17:09:38 -07:00
parent 487008a769
commit d21979cf87
1 changed files with 4 additions and 4 deletions

View File

@ -6,13 +6,13 @@ use Net::IDN::Encode ':all';
use HTML::Entities; use HTML::Entities;
use utf8; use utf8;
primary_example_queries => 'idn exämple.com'; primary_example_queries 'idn exämple.com';
secondary_example_queries => 'idn xn--exmple-cua.com'; secondary_example_queries 'idn xn--exmple-cua.com';
description 'encode and decode internationalized domain names'; description 'encode and decode internationalized domain names';
name 'IDN'; name 'IDN';
code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IDN.pm'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IDN.pm';
topics => 'computing_tools'; topics 'travel';
categories => 'travel'; category 'computing_tools';
attribution web => ['http://7bits.nl/', 'Peter van Dijk'], attribution web => ['http://7bits.nl/', 'Peter van Dijk'],
email => ['peter@7bits.nl', 'Peter van Dijk'], email => ['peter@7bits.nl', 'Peter van Dijk'],
github => ['https://github.com/habbie', 'habbie'], github => ['https://github.com/habbie', 'habbie'],