Skip to content

Commit 5a0df64

Browse files
committed
0.006
1 parent 158ec63 commit 5a0df64

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changes

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
0.006 2017-01-20
2+
- allow closure types (thanks to plicease for all of these)
3+
14
0.005 2017-01-16
25
- allow Symbol attribute (thanks to plicease for all of these)
36
- require 5.16 because of attribute.pm bug

lib/NativeCall.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Sub::Util qw(subname);
77
use FFI::Platypus;
88
use FFI::CheckLib 0.06;
99

10-
our $VERSION = '0.005';
10+
our $VERSION = '0.006';
1111

1212
my %attr21 = (
1313
Native => 1,

0 commit comments

Comments
 (0)