Changes for version 0.15
- Added support for "ifdef.pm". If ifdef.pm is loaded, then all eval's will be done using the source filter provided by ifdef, possibly activating code depending on environment variables being set. Added tests to check functionality when ifdef.pm is loaded.
- Fixed some possible minor problems with localizing $_: it appears a simple "local $_" is not enough, instead a "local $_ = \my $foo" seems to be the canonical solution to this problem as of now according to p5p.
- 28 January 2004 Made sure the test-suite cleans up on multi-versioned systems.
Modules
control when subroutines will be loaded