in reply to Re^13: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
in thread ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003

ppm had that bug for 5.8

Except that, on 5.8, it wasn't a bug:
C:\>perl -e "$arch .= sprintf \"-%vd\", substr($^V, 0, 2) if $] >= 5.0 +08;print $arch" -5.8
It wasn't until 5.10 that it became a bug:
C:\>perl -e "$arch .= sprintf \"-%vd\", substr($^V, 0, 2) if $] >= 5.0 +08;print $arch" -118.53
Cheers,
Rob

Replies are listed 'Best First'.
Re^15: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
by Anonymous Monk on Mar 30, 2008 at 13:32 UTC
    $arch was wrong, now its wrong again