File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ 0.003002 2021-05-20
2
+ - fixed Makefile.PL (again)..
3
+ made sure Devel::CheckLib is added
4
+ to META.json by dzil
5
+
1
6
0.003001 2021-05-12
2
7
- fixed Makefile.PL
3
8
Original file line number Diff line number Diff line change @@ -22,8 +22,9 @@ skipfile = MANIFEST.SKIP
22
22
[Prereqs / TestPrereqs]
23
23
-phase = test
24
24
Test::More = 0
25
- [Prereqs / BuildPrereqs]
26
- -phase = build
25
+ Devel::CheckLib = 0
26
+ [Prereqs / ConfigurePrereqs]
27
+ -phase = configure
27
28
Devel::CheckLib = 0
28
29
[PruneCruft]
29
30
[PruneFiles]
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.003001 ' ;
7
+ our $VERSION = ' 0.003002 ' ;
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