Skip to content

Commit

Permalink
bump platypus prereq
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed May 2, 2020
1 parent 97fdce1 commit c87872f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/FFI/Platypus/Type/GoString.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package FFI::Platypus::Type::GoString;

use strict;
use warnings;
use FFI::Platypus 1.23;
use FFI::Platypus 1.24;
use FFI::Go::String;
use Ref::Util qw( is_blessed_ref );

Expand Down
2 changes: 1 addition & 1 deletion t/ffi_platypus_type_gostring.t
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use Test2::V0 -no_srand => 1;
use FFI::Platypus 1.23;
use FFI::Platypus 1.24;
use FFI::Platypus::Type::GoString;

my $ffi = FFI::Platypus->new( api => 1 );
Expand Down

0 comments on commit c87872f

Please sign in to comment.