in reply to Re: ActivePerl 5.8 breaks PPM scripts?
in thread ActivePerl 5.8 breaks PPM scripts?

I have checked his install_win.pl script, which has exactly the problem chromatic described - just a typo:
do_ppm("Date-Calc"); ... sub do_ppm { my $what = shift; print "Installing $what...\n"; PPM:InstallPackage("package"=>$what); print "...installed.\n"; }