After a surge of activity Friday and over the weekend, including a good number of patches from others in response to my call for help (thank you!), I released 0.33_03 with 13 tickets closed. The bug queue is down to 9 Normal bugs, 13 Unimportant bugs and the rest are Wishlist items. There are a few that will require some thought and may not make it into 0.34 and I think that's OK.
I'll be firing up a regression test of 0.33_03 against 0.33 for about 3000 distributions soon and should have results in the next couple days. Given the number of bug fixes, now would be a great time to test out 0.33_03 on your OS/platform/perl of choice and see if anything unexpected pops up. Changes excerpt follows. 0.33_03 - Mon Jun 22 17:22:56 EDT 2009 Bug-fixes: - Removes Module::Build from its own configure/build_requires - ConfigData->feature() confirms that modules actually load successfully, not just that they are present. (RT#43557) - Module::Build::Compat handling of INSTALL*LIB (RT#43827) - Module::Build::Compat and recursive test files (RT#39171) - Fixed bug linking non-standard XS names on Windows (RT#38065) - Run PL files that don't generate any file (RT#39365) - HTML generation failure no longer fatal (RT#36660) - realclean might not delete Build.bat on Windows (RT#43863) - include_dirs parameter now works correctly when given a single string argument (RT#40177) - Lots of spelling fixes in the POD (RT#45528) - On Unix-like systems, tilde expansion is more liberal in username characters accepted (RT#33492) Other - On MSWin32, bumped File::Spec prereq to 3.30 for a variety of fixes - Add support for VMS in Unix compatibility mode (RT#42157) - Added a can_action($name) method (RT#45172) - Documented that subclass methods should not permanently change current directory (RT#46919)