Hi list,
this is just a quick note that I released PAR 0.953. It fixes a couple
of bugs and relies on Module::ScanDeps 0.66 which in turn fixes bugs.
Change log attached.
Cheers,
Steffen
PAR:
[Changes for 0.953 - Sep 18, 2006]
* Bug fixes, etc.
- Added optional POD tests.
- Modified -B so that if -B is in effect, all entries are stripped
out of @INC except for the PAR hooks. This happens right before
the script contained in the pp-ed binary is executed.
- Upgrade to Module::Install 0.64.
Module::ScanDeps:
[Changes for 0.66 - 2006-09-24]
* Fixed another bug in Module::ScanDeps::Datafeed which would break
run- and compile-time dependency scanners if $ENV{PERL5LIB} entries
had trailing backslashes. Thanks to Steven Mackenzie for pointing
this out.
* Added some documentation and comments to M::SD::Datafeed
for the sake of future maintainers.