in reply to Re^14: 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
And the answer to my own question is on line 41 of /perl510/lib/ActivePerl/PPM/Client.pm:
$arch .= sprintf "-%vd", substr($^V, 0, 2) if $] >= 5.008;
Which produces:
C:\Perl510>perl -wle"print $]; print $^V; printf qq[-%vd], substr($^V, + 0, 2)" 5.010000 v5.10.0 -118.53
A few further questions arise:
|
|---|