Makefile.PL rewritten to use ExtUtils::CppGuess. THIS IS A PRELIMINARY TEST. EXPECT PROBLEMS.
t/08cppguess.t to provide diagnostic info regarding Makefile.PL rewrite.
Changes for version 0.38_002 - 2012-03-07
Bug fix for a bug introduced in refactoring code within version 0.35: A hash slice got (wrongly) refactored as something else. Fixed now.
Fine tuned a few other recent refactoring issues.
Changes for version 0.38_001 - 2012-03-06
Dropped in the re-written test suite that uses Test::More. This more modern test suite facilitates greater introspection for each segment of C++ code, and should also be easier to extend and maintain.
Removed Test.pm dependency from distribution.
Shifted CPP.pm away from "use base 'Inline::C';" to "our @ISA = qw( Inline::C );" to better deal with the fact that one cannot "use" Inline::C.