We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158ec63 commit 5a0df64Copy full SHA for 5a0df64
Changes
@@ -1,3 +1,6 @@
1
+0.006 2017-01-20
2
+ - allow closure types (thanks to plicease for all of these)
3
+
4
0.005 2017-01-16
5
- allow Symbol attribute (thanks to plicease for all of these)
6
- require 5.16 because of attribute.pm bug
lib/NativeCall.pm
@@ -7,7 +7,7 @@ use Sub::Util qw(subname);
7
use FFI::Platypus;
8
use FFI::CheckLib 0.06;
9
10
-our $VERSION = '0.005';
+our $VERSION = '0.006';
11
12
my %attr21 = (
13
Native => 1,
0 commit comments