From d21979cf87b47ef7558e892c554324b051fbeccf Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Tue, 6 Nov 2012 17:09:38 -0700 Subject: [PATCH] fix metadata in IDN --- lib/DDG/Goodie/IDN.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/DDG/Goodie/IDN.pm b/lib/DDG/Goodie/IDN.pm index 0cf001430..9e7619a62 100644 --- a/lib/DDG/Goodie/IDN.pm +++ b/lib/DDG/Goodie/IDN.pm @@ -6,13 +6,13 @@ use Net::IDN::Encode ':all'; use HTML::Entities; use utf8; -primary_example_queries => 'idn exämple.com'; -secondary_example_queries => 'idn xn--exmple-cua.com'; +primary_example_queries 'idn exämple.com'; +secondary_example_queries 'idn xn--exmple-cua.com'; description 'encode and decode internationalized domain names'; name 'IDN'; code_url 'https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DDG/Goodie/IDN.pm'; -topics => 'computing_tools'; -categories => 'travel'; +topics 'travel'; +category 'computing_tools'; attribution web => ['http://7bits.nl/', 'Peter van Dijk'], email => ['peter@7bits.nl', 'Peter van Dijk'], github => ['https://github.com/habbie', 'habbie'],