From fc154e1108c12e91d446e740f734afa7c7386620 Mon Sep 17 00:00:00 2001 From: Mailkov Date: Sun, 29 Nov 2015 15:48:55 +0000 Subject: [PATCH] Issue #437 - add attribution --- lib/DDG/Goodie/Scramble.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/DDG/Goodie/Scramble.pm b/lib/DDG/Goodie/Scramble.pm index fcc72be84..5029129ef 100644 --- a/lib/DDG/Goodie/Scramble.pm +++ b/lib/DDG/Goodie/Scramble.pm @@ -33,6 +33,11 @@ code_url "https://github.com/duckduckgo/zeroclickinfo-goodies/blob/master/lib/DD category "transformations"; topics "words_and_games"; +attribution github => ["https://github.com/loganom", 'loganom'], + github => ["https://github.com/beardlybread", "beardlybread"], + github => ['https://github.com/gdrooid', 'gdrooid'], + email => ['gdrooid@openmailbox.org', 'gdrooid']; + # Calculate the frequency of the characters in a string sub calc_freq { my ($str) = @_;