File tree Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Expand file tree Collapse file tree 4 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 9898
99990.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
Original file line number Diff line number Diff line change 11clean :
22 dzil clean
33 rm -rf _Inline
4+ rm -rf t/_Inline
45
56test : clean
67 dzil test
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use strict;
44use warnings;
55use 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
You can’t perform that action at this time.
0 commit comments