Skip to content

Commit 0103c5e

Browse files
committed
rolling 0.2.4
1 parent 81f388c commit 0103c5e

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,8 @@
9898

9999
0.2.3 03/07/2025 11:18:00 PM MST
100100
- POD clean up
101+
102+
0.2.4 03/08/2025 01:18:00 AM MST
103+
- POD clean up
104+
- renamed "contribute" to "CONTRIBUTING.md" to adhere to
105+
metacpan's idiosyncratic "/contribute" endpoint

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
clean:
22
dzil clean
33
rm -rf _Inline
4+
rm -rf t/_Inline
45

56
test: clean
67
dzil test

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.3};
7+
our $VERSION = q{0.2.4};
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
70 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)