The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.23 - 2001-06-20

  • Fixed a grammar bug to allow modifiers on member variables.
  • Added a test case for it.

Changes for version 0.23 - 2001-07-06

  • Added smart-sense for Sun 2.6 (Solaris 6). Needed to include libCrun.so.

Changes for version 0.23 - 2001-07-07

  • Renamed subs to use Inline::C's new naming scheme. Refactored some common code into a new sub named call_or_instantiate().

Changes for version 0.23 - 2001-07-15

  • Allow declaration lists: int a, b;
  • Allow initializer lists: Foo(double _o) : o(_o) { }
  • Added a test case for both of these.

Modules

Write Perl subroutines and classes in C++.

Provides

in grammar/grammar.pm