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.
master
Christian Aistleitner 2015-03-18 20:36:13 +01:00
parent 20bc86f9ff
commit 51afd8f6c9
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
package DDG::Goodie::Zodiac; 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; use DDG::Goodie;
with 'DDG::GoodieRole::Dates'; with 'DDG::GoodieRole::Dates';