in reply to Re^12: 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
  • Comment on Re^13: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003

Replies are listed 'Best First'.
Re^14: ActiveState Perl 10.x and Crypt::SSLeay not installed errors on Windows 2003
by syphilis (Archbishop) on Mar 30, 2008 at 13:28 UTC
    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
      $arch was wrong, now its wrong again