From 51afd8f6c9eac4caf4c69e168169adaaf3aab21a Mon Sep 17 00:00:00 2001 From: Christian Aistleitner Date: Wed, 18 Mar 2015 20:36:13 +0100 Subject: [PATCH] Zodiac: Make Pod::Weaver pick up abstract dzil smoke complained that: [PodWeaver] [Name] couldn't find abstract in lib/DDG/Goodie/Zodiac.pm The abstract was there, but misformatted. Hence, we fix the format, so Pod::Weaver picks it up. --- lib/DDG/Goodie/Zodiac.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/DDG/Goodie/Zodiac.pm b/lib/DDG/Goodie/Zodiac.pm index 48a40ac73..e7b57d8d4 100644 --- a/lib/DDG/Goodie/Zodiac.pm +++ b/lib/DDG/Goodie/Zodiac.pm @@ -1,5 +1,5 @@ package DDG::Goodie::Zodiac; -#ABSTRACT : Find the Zodiac Sign by feeding Date as Input +#ABSTRACT: Find the Zodiac Sign by feeding Date as Input use DDG::Goodie; with 'DDG::GoodieRole::Dates';