File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 103
103
- POD clean up
104
104
- renamed "contribute" to "CONTRIBUTING.md" to adhere to
105
105
metacpan's idiosyncratic "/contribute" endpoint
106
+
107
+ 0.2.5 03/10/2025 01:18:00 AM MST
108
+ - fixed issues related to VALIDATE functions discovered
109
+ for perls 5.12 and 5.14 via GH Actions CI testing
110
+ - added a secondary test that doesn't run `dzil test`
111
+ so we can test on perls <= 5.18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
4
4
use warnings;
5
5
use Alien::OpenMP;
6
6
7
- our $VERSION = q{ 0.2.4 } ;
7
+ our $VERSION = q{ 0.2.5 } ;
8
8
9
9
# This module is a wrapper around a ".h" file that is injected into Alien::OpenMP
10
10
# via Inline:C's AUTO_INCLUDE feature. This header file constains C macros for reading
You can’t perform that action at this time.
0 commit comments