Skip to content

Commit c9b6b40

Browse files
authored
Merge pull request #2 from plicease/version
require 5.16.0
2 parents 0137316 + b977cd7 commit c9b6b40

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile.PL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use strict;
33
use warnings;
44

55
my %runtime_reqs = (
6+
'perl' => '5.016',
67
'parent' => 0,
78
'FFI::Platypus' => 0,
89
'FFI::CheckLib' => 0.06,

lib/NativeCall.pm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ package NativeCall;
22

33
use strict;
44
use warnings;
5+
use 5.016;
56
use Sub::Util qw(subname);
67
use FFI::Platypus;
78
use FFI::CheckLib 0.06;

0 commit comments

Comments
 (0)