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
parent
20bc86f9ff
commit
51afd8f6c9
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue