File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change
1
+ 0.003001 2021-05-12
2
+ - fixed Makefile.PL
3
+
1
4
0.003 2021-05-08
2
5
- added Inline method for use with Inline::*
3
6
See POD for more info it's use.
Original file line number Diff line number Diff line change @@ -24,10 +24,16 @@ WriteMakefile(
24
24
' ExtUtils::MakeMaker' => 0,
25
25
' Devel::CheckLib' => 0,
26
26
},
27
+ BUILD_REQUIRES => {
28
+ ' ExtUtils::MakeMaker' => 0,
29
+ ' Devel::CheckLib' => 0,
30
+ },
27
31
TEST_REQUIRES => {
28
- ' Test::More' => 0,
32
+ ' Test::More' => 0,
33
+ ' Devel::CheckLib' => 0,
29
34
},
30
35
PREREQ_PM => {
36
+ ' Test::More' => 0,
31
37
' Devel::CheckLib' => 0,
32
38
},
33
39
META_MERGE => {
@@ -53,6 +59,8 @@ WriteMakefile(
53
59
' Test::Pod' => ' 1.00' ,
54
60
' Pod::Markdown' => 0,
55
61
' Inline::C' => 0,
62
+ ' Devel::CheckLib' => 0,
63
+ ' Dist::Zilla' => 0,
56
64
},
57
65
},
58
66
test => {
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ skipfile = MANIFEST.SKIP
22
22
[Prereqs / TestPrereqs]
23
23
-phase = test
24
24
Test::More = 0
25
+ [Prereqs / BuildPrereqs]
26
+ -phase = build
27
+ Devel::CheckLib = 0
25
28
[PruneCruft]
26
29
[PruneFiles]
27
30
filename = ^_Inline$
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
use warnings;
5
5
use Config ();
6
6
7
- our $VERSION = ' 0.003 ' ;
7
+ our $VERSION = ' 0.003001 ' ;
8
8
9
9
# set as package variable since %Config::Config is read only, (per docs and in practice)
10
10
our $CCNAME = $Config::Config {ccname };
You can’t perform that action at this time.
0 commit comments