Win32::API v0.53 released to CPAN

cosimo on 2008-03-02T00:29:15

I just released version 0.53 of Win32::API. It should be available at your local CPAN mirror very soon.

This version should play nicer with CPAN testers, since it checks if the OS makes sense before going through Makefile.PL, so no more failures with Solaris, Linux, FreeBSD, and such are expected.

Please note that I published 0.51 one hour ago, but it's broken, so I have already scheduled its deletion. Please don't use 0.51.

Enjoy and please report to me any problems you have.

UPDATE: it seems that I screwed up again the META.yml and the dist resulted as UNauthorized because of my inclusion of Devel::AssertOS. Oh well...

.

For the real list of changes, look at CPAN's Changes file.

0.52-0.53:

  • Devel::AssertOS was not properly set up in 0.51.

0.51:

  • Cleaned up API.pm pod docs and clearly stated Win32::API license
  • Fixed $$/pid tests for Cygwin
  • Now uses Devel::AssertOS to check that we are on a Win32 or Cygwin system. This should ease the work of CPAN testers.