We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8f56c commit 6c431b7Copy full SHA for 6c431b7
Changes
@@ -23,3 +23,9 @@ Revision history for Perl extension OpenMP::Environment.
23
24
1.0.4 Fri Apr 16 23:12:00 2021
25
- non-impactful, updated repo for cpan
26
+
27
+1.1.0 Fri Jun 24 23:12:00 2021
28
+ - added 2 examples and updatred POD concerning
29
+ the reading of the environment in C using "getenv"
30
+ and how to implement this to create dynamic C
31
+ methods that respect %ENV.
lib/OpenMP/Environment.pm
@@ -4,7 +4,7 @@ use warnings;
4
5
use Validate::Tiny qw/filter is_in/;
6
7
-our $VERSION = q{1.0.4};
+our $VERSION = q{1.1.0};
8
9
our @_OMP_VARS = (
10
qw/OMP_CANCELLATION OMP_DISPLAY_ENV OMP_DEFAULT_DEVICE
0 commit comments