Revision history for Alien-libuv
0.007 2017-08-15
- Depend on Alien::Autotools now
- Cleanup the build on Windows a bit (hopefully speed up this process)
- Only require Alien::MSYS on Windows
0.006 2017-07-10
- Bump the share version to libuv v1.13.1
- Add a recommended test install of FFI::Platypus
- Diag out the install_type for better debugging later
0.005 2017-07-08
- Updated the requirements to include Alien::m4
- Update requirements of Alien::libtool, automake, and autoconf for some
corrections
0.004 2017-06-29
- Ensure we're at least using libuv v1.0.0. Prior versions of libuv handled
errors differently, causing problems for XS modules needing to deal with
both.
0.003 2017-06-27
- Bump prereqs for Alien:: tools
- Isolate dynamic libraries (Graham Ollis)
0.002 2017-06-26
- Use Alien::libtool (Graham Ollis)
- Use Alien::autoconf (Graham Ollis)
- Use Alien::automake (Graham Ollis)
- Fix install on BSD, OS X, and Windows (Graham Ollis)
0.001 2017-06-16
- initial version
- Does not yet work on Windows.