Skip to content

Commit

Permalink
Only test on Perl 5.30. Add compat::p7 to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 13, 2020
1 parent 93b74de commit 4ba7fac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
@@ -1,11 +1,6 @@
language: perl
perl:
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.30"

before_install:
cpanm -n Devel::Cover::Report::Coveralls
Expand Down
10 changes: 10 additions & 0 deletions lib/compat/perl7.pm
@@ -1,3 +1,13 @@
=head1 compat::perl7
=head2 Subroutines
=head3 import
Do the clever stuff.
=cut

package compat::perl7;

# use compat::perl7 enables perl 5 code to function in a perl 7-ish way as much as possible compared to the version you are running.
Expand Down

0 comments on commit 4ba7fac

Please sign in to comment.