Skip to content

Commit

Permalink
clarify perl support policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Jun 14, 2014
1 parent 2400252 commit 683cdfa
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: perl
perl:
# - "5.20"
- "5.20"
- 5.18
- 5.16
- 5.14
install:
- cpanm -nq --installdeps .
- cpanm -nq Devel::Cover::Report::Coveralls
Expand Down
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requires 'perl' => 5.014000;
requires 'perl' => 5.016000;

requires 'Moose';
requires 'Pod::Weaver::Role::Dialect';
Expand Down
14 changes: 14 additions & 0 deletions lib/Pod/Weaver/Plugin/Exec.pm
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,17 @@ In the pod of one of your modules:
This is a L<Pod::Weaver> plugin that will take the output of a command and
insert it as literal data into the pod.
=head1 PERL SUPPORT POLICY
Because this module is geared towards helping release code, as opposed to
helping run code, I only aim at supporting the last 3 releases of Perl. So for
example, at the time of writing that would be 5.20, 5.18, and 5.16. As an
author who is developing against Perl and using this to release modules, you can
use either L<perlbrew|http://perlbrew.pl/> or
L<plenv|https://github.com/tokuhirom/plenv> to get a more recent perl to release
from.
Don't bother sending patches to support older versions; I could probably support
5.8 if I wanted, but this is more so that I can continue to use new perl
features.

0 comments on commit 683cdfa

Please sign in to comment.