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

Changes for version 0.33_005 - 2011-01-21

  • Added suggestion from sisyphus
    • Created a 00load_prereqs.t test to provide better diagnostics when confronted with the "Unable to find Parse::RecDescent" error.

Changes for version 0.33_004

  • Patches pushed out by David Oswald
    • Developer release
    • Tweaked compiler flags for Microsoft compilers (per sisyphus)
    • Added github repo information to POD.
    • Added inline mailing list information to POD.

Changes for version 0.33_003 - 2011-12-22

  • Feature added by David Oswald
    • Added two #define definitions to assist users in determining if the target compiler supports namespaces and Standard headers. This will assist users in writing compiler-agnostic or portable code.

Changes for version 0.33_002 - 2011-12-20

  • Patch submitted by BrowserUk, adapted by davido
    • Better handling of the '.h' code in Makefile.PL with respect to MS-flavor compilers.

Changes for version 0.33_001 - 2011-12-19

  • Patch submitted by sysiphus, adapted by davido
    • Developer release to verify smoke tests without upsetting v0.33 stable.
    • Reworked Makefile.PL and CPP.pm to test-compile a C++ program containing <iostream>. On success we know that <iostream> style headers are ok. On failure we assume that headers should be <iostream.h> instead. Removed previous compiler-name based detection in favor of trial method.

Documentation

Write Perl subroutines and classes in C++.

Provides

in CPP.pm
in grammar/grammar.pm