* v0.82, 4 October 2009
More Makefile.PL fixes. Try to catch 64-bit-only perls. Fix bug introduced
in 0.81 for older gcc 4's.
* v0.81, 26 September 2009
Fixes for building on 64-bit perls and Mac OS X 10.6. Build should now work
on any perl, whether self-built or system perl (unless your perl is 64-bit
only), and tests should run under 32-bit mode.
Other miscellaneous test fixes.
Upstream changes:
* v0.80, 16 September 2009
Add notes for 64-bit perl
Bump all the version numbers
Fix a bunch of tests (nothing major, just make them work better)
Fix sound-env-var checking code for tests (no more sound tests
unless you ask for them with MAC_CARBON_SOUND, which was in the
last version, but the logic was broken)
Make CFStringRef typemap better
Remove high-bit characters from source files
Add new system version gestalt constants
Fix leak in Mac::Processes and Mac::Speech
Mac::Carbon is a collection of perl modules for accessing the Carbon API under
Mac OS X. It is a port of the Toolbox modules written by Matthias Neeracher for
MacPerl.