fix metadata in IDN
parent
487008a769
commit
d21979cf87
|
@ -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'],
|
||||||
|
|
Loading…
Reference in New Issue