From 69c7c4ee0902f0eb0bc79fb269f4b58d5d3dd33d Mon Sep 17 00:00:00 2001 From: gdrooid Date: Fri, 20 Jun 2014 16:57:04 +0200 Subject: [PATCH] Added 'Md5:' at the beginning of the answer. --- lib/DDG/Goodie/MD5.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Goodie/MD5.pm b/lib/DDG/Goodie/MD5.pm index ec707c822..558857e4c 100644 --- a/lib/DDG/Goodie/MD5.pm +++ b/lib/DDG/Goodie/MD5.pm @@ -31,7 +31,7 @@ handle remainder => sub { else { $str = md5_hex (encode "utf8", $str); } - return qq($str); + return qq(Md5: $str); } return; };