diff --git a/lib/App/LintPrereqs.pm b/lib/App/LintPrereqs.pm index e3ca077..48e3a58 100644 --- a/lib/App/LintPrereqs.pm +++ b/lib/App/LintPrereqs.pm @@ -1,5 +1,8 @@ package App::LintPrereqs; +# DATE +# VERSION + use 5.010001; use strict; use warnings; @@ -16,8 +19,6 @@ require Exporter; our @ISA = qw(Exporter); our @EXPORT_OK = qw(lint_prereqs); -# VERSION - $SPEC{lint_prereqs} = { v => 1.1, summary => 'Check extraneous/missing prerequisites in dist.ini', @@ -249,7 +250,7 @@ sub lint_prereqs { } 1; -#ABSTRACT: Check extraneous/missing prerequisites in dist.ini +#ABSTRACT: =head1 SYNOPSIS