Skip to content

Commit 550ca32

Browse files
committed
updated version after recent merge
1 parent 1e9fe1c commit 550ca32

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,9 @@
103103
- POD clean up
104104
- renamed "contribute" to "CONTRIBUTING.md" to adhere to
105105
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

lib/OpenMP/Simple.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 Alien::OpenMP;
66

7-
our $VERSION = q{0.2.4};
7+
our $VERSION = q{0.2.5};
88

99
# This module is a wrapper around a ".h" file that is injected into Alien::OpenMP
1010
# via Inline:C's AUTO_INCLUDE feature. This header file constains C macros for reading

0 commit comments

Comments
 (0)