Skip to content

Commit

Permalink
Skip Encode v2.90 as pre-requirement
Browse files Browse the repository at this point in the history
MYMETA now specifies 2.91 as prereq if 2.90 is found.

Fixes #2.
  • Loading branch information
a3f committed Sep 12, 2017
1 parent ff81676 commit fa4a12d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist.ini
Expand Up @@ -15,6 +15,9 @@ Pod::LaTeX = 0.56
[Prereqs / TestRequires]
Test::More = 0.1

[DynamicPrereqs]
-body = requires('Encode', '2.91') if (has_module('Encode') || 0) eq '2.90';

[GithubMeta]
issues = 1
user = athreef
Expand All @@ -29,7 +32,7 @@ type = pod
filename = README.pod
location = root

[Git::CommitBuild]
;[Git::CommitBuild]
[MinimumPerl]
[Test::MinimumVersion]
max_target_perl = 5.8
Expand Down

0 comments on commit fa4a12d

Please sign in to comment.