Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Lower perl requirement to 5.18
  • Loading branch information
niner committed Feb 14, 2015
1 parent d2341b8 commit a477ec6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.PL
@@ -1,4 +1,4 @@
use 5.020001;
use 5.018000;
use Config;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
Expand Down
2 changes: 1 addition & 1 deletion lib/Inline/Perl6.pm
@@ -1,6 +1,6 @@
package Inline::Perl6;

use 5.020001;
use 5.018000;
use strict;
use warnings;

Expand Down
2 changes: 1 addition & 1 deletion t/use.t
@@ -1,4 +1,4 @@
use common::sense;
use 5.18.0;

use FindBin qw($Bin);
use Inline::Perl6;
Expand Down

0 comments on commit a477ec6

Please sign in to comment.