Skip to content

Commit eb9e9b5

Browse files
committed
0.005
1 parent 33d4eec commit eb9e9b5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
16
0.004 2016-06-08
27
- add Changes
38
- add minimal test

lib/NativeCall.pm

Lines changed: 1 addition & 1 deletion
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.004';
10+
our $VERSION = '0.005';
1111

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

0 commit comments

Comments
 (0)