The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 0.26 - 2014-02-01

  • Import FFI::Raw::Ptr in FFI::Raw to avoid a bug in perl < 5.10.1 (GH#23) (thanks, @plicease!)
  • Require perl >= 5.10
  • Add boolean override for FFI::Raw objects (GH#28) (thanks, @calid!)
  • Fix build on non-threaded perl (like OpenBSD's) (GH#29) (thanks, @plicease!)
  • Use system libffi if available (GH#30) (GH#32) (thanks, @plicease!)
  • Allow resolving functions in the main program (GH#33) (thanks, @plicease!)

Modules

Perl bindings to the portable FFI library (libffi)
FFI::Raw function pointer type
FFI::Raw memory pointer type
Base FFI::Raw pointer type