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 33d4eec commit eb9e9b5Copy full SHA for eb9e9b5
Changes
@@ -1,3 +1,8 @@
1
+0.005 2017-01-16
2
+ - allow Symbol attribute (thanks to plicease for all of these)
3
+ - require 5.16 because of attribute.pm bug
4
+ - strcmp not fmax for tests for better ubiquity
5
+
6
0.004 2016-06-08
7
- add Changes
8
- add minimal test
lib/NativeCall.pm
@@ -7,7 +7,7 @@ use Sub::Util qw(subname);
use FFI::Platypus;
use FFI::CheckLib 0.06;
9
10
-our $VERSION = '0.004';
+our $VERSION = '0.005';
11
12
my %attr21 = (
13
Native => 1,
0 commit comments