in reply to Re: ExtUtils::MakeMaker, APR::UUID or Perl problem?
in thread ExtUtils::MakeMaker, APR::UUID or Perl problem?

Data::UUID doesn't work on Windows. There is a patch, but its quality in terms of uuid colisions is unknown. UUID doesn't compile everywhere. There are Win32 uuid modules that are, windows only. Previously, I just used what was available on the platform. I added checks for APR::UUID because it also could create uuids if someone already had APR installed;

  • Comment on Re^2: ExtUtils::MakeMaker, APR::UUID or Perl problem?