Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
explicitly check for perl version, in case carton does not
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Mar 1, 2019
1 parent fcca365 commit 6413153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ print "Installing dependencies for conch, using $^X at version $]\n";
print "PERL5LIB=$ENV{PERL5LIB}\n\n";

requires 'perl', '5.026';

die "Your perl is too old! Requires 5.026, but this is $]" if "$]" < '5.026';

# basics
requires 'Cpanel::JSON::XS';
Expand Down

0 comments on commit 6413153

Please sign in to comment.