Skip to content

Commit

Permalink
[dzil] Make use of DZP::Rinci::AbstractFromMeta
Browse files Browse the repository at this point in the history
  • Loading branch information
perlancar committed Dec 16, 2014
1 parent ee77e39 commit 64199e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/App/LintPrereqs.pm
@@ -1,5 +1,8 @@
package App::LintPrereqs;

# DATE
# VERSION

use 5.010001;
use strict;
use warnings;
Expand All @@ -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',
Expand Down Expand Up @@ -249,7 +250,7 @@ sub lint_prereqs {
}

1;
#ABSTRACT: Check extraneous/missing prerequisites in dist.ini
#ABSTRACT:

=head1 SYNOPSIS
Expand Down

0 comments on commit 64199e2

Please sign in to comment.