The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.25 - 2016-03-14

  • Changed all prints in Makefile.PL to warns and made both unbuffered to match Devel::CheckLib
  • Remove uuid_unparse_lower/upper() calls which don't exist on SunOS
  • Ignore TEST_REQUIRES on EUMM < 6.64
  • Try to find correct link lib (-lrpcrt4, -luuid, -lc, in order)
  • Make string argument a char** for uuid_to_string()
  • Add note on Linux UUID packages
  • Moved test.pl to t/test.t and updated to Test::More
  • Changed debug() to emit to stderr to match Devel::CheckLib
  • Removed Makefile.PL verbosity
  • Added switch to Makefile.PL to incite verbosity
  • Become verbose for smokers only on dev releases
  • Added build notice for missing header/libraries
  • Bail out of build if uuid_t size == 0
  • Reorganized header/library search to find wayward OSX
    • Thanks to David Wheeler and William Faulk for pointers and lots of patience in testing. [rt.cpan.org #104394]

Modules

DCE compatible Universally Unique Identifier library for Perl