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.

Documentation

Write Perl subroutines and classes in C++.

Provides

in CPP.pm
in grammar/grammar.pm