Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…s#L153> implies that my C won't work on 5.6, and I don't care
  • Loading branch information
DrHyde committed Apr 23, 2021
1 parent becb407 commit fa01a18
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use 5.008;
use ExtUtils::MakeMaker;

WriteMakefile(
Expand All @@ -14,5 +15,8 @@ WriteMakefile(
'Scalar::Util' => 0,
'Inline::C' => 0.81,
'Test::More' => 0.96,
}
},
realclean => {
FILES => "_Inline"
},
);

0 comments on commit fa01a18

Please sign in to comment.