Changes for version 0.33_007 - 2011-01-29
- Test suite patches by David Oswald
- If 00load_prereqs.t does successfully load Parse::RecDescent (which it always seems to do), output the location it was found so it can be compared to @INC.
Changes for version 0.33_006 - 2011-01-22
- NEVER RELEASED ***
- Patches by David Oswald
- Set 00load_prereqs.t to BAIL_OUT if Parse::RecDescent can't be found.
- Tweaks to the distribution framework.
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++.