Skip to content

Commit

Permalink
Merge d243ca3 into 68cf9d7
Browse files Browse the repository at this point in the history
  • Loading branch information
paultcochrane committed Dec 5, 2018
2 parents 68cf9d7 + d243ca3 commit 4c21020
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpanfile
@@ -1,6 +1,7 @@
requires 'Sub::Exporter::Progressive' => 0.001006;
requires 'syntax';
requires 'parent'; # for perl < 5.10.1
requires 'perl' => "5.006";

on test => sub {
requires 'Test::More' => 0.88;
Expand Down
1 change: 1 addition & 0 deletions lib/Syntax/Keyword/Junction.pm
Expand Up @@ -2,6 +2,7 @@ package Syntax::Keyword::Junction;

use strict;
use warnings;
use 5.006;

# VERSION

Expand Down

0 comments on commit 4c21020

Please sign in to comment.