The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for FFI-Util

0.07      2014-04-01 11:06:58 -0400
  - documentation tweaks

0.06      2014-02-21 16:11:27 -0500
  - avoid hang in diagnostic on FreeBSD caused by
    combination of EV and FFI::Raw

0.05      2014-02-17 13:53:00 -0500
  - rm dep on Alien::o2dll for MSWin32

0.04      2014-02-12 15:52:19 -0500
  - added ffi_util.h header and FFI_UTIL_EXPORT macro (see Module::Build::FFI)
  - workaround for absolute paths and cygwin in FFI::Raw 0.27 (see FFI::Raw GH#39)

0.03      2014-02-05 13:02:48 -0500
  - build fixes for MSWin32

0.02      2014-02-04 13:05:48 -0500
  - First CPAN release
  - added public interface locate_module_share_lib
  - added types: size_t time_t dev_t gid_t uid_t

0.01      2013-12-20 17:50:28 -0500
  - initial version