Skip to content

Commit ceb6cb7

Browse files
committed
Fixed missing config/build reqs..again
1 parent 86d6a78 commit ceb6cb7

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
0.003001 2021-05-12
27
- fixed Makefile.PL
38

dist.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@ skipfile = MANIFEST.SKIP
2222
[Prereqs / TestPrereqs]
2323
-phase = test
2424
Test::More = 0
25-
[Prereqs / BuildPrereqs]
26-
-phase = build
25+
Devel::CheckLib = 0
26+
[Prereqs / ConfigurePrereqs]
27+
-phase = configure
2728
Devel::CheckLib = 0
2829
[PruneCruft]
2930
[PruneFiles]

lib/Alien/OpenMP.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use strict;
44
use warnings;
55
use Config ();
66

7-
our $VERSION = '0.003001';
7+
our $VERSION = '0.003002';
88

99
# set as package variable since %Config::Config is read only, (per docs and in practice)
1010
our $CCNAME = $Config::Config{ccname};

0 commit comments

Comments
 (0)