Skip Menu |

This queue is for tickets about the Crypt-SSLeay CPAN distribution.

Report information
The Basics
Id: 39363
Status: resolved
Priority: 0/
Queue: Crypt-SSLeay

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 0.57
Fixed in: (no value)



Subject: [PATCH] GetOptions issue in eg/net-ssl-test
There's a backslash missing in the GetOptions call of the eg/net-ssl-test script. See the attached patch. Regards, Slaven
Subject: net-ssl-test.patch
--- net-ssl-test.orig 2008-09-17 18:28:38.000000000 +0200 +++ net-ssl-test 2008-09-17 18:28:46.000000000 +0200 @@ -13,7 +13,7 @@ use Getopt::Long; &GetOptions ('p:s' => \$opt_p, 'proxy:s' => \$opt_p, - 'bench:n' => $opt_bench, + 'bench:n' => \$opt_bench, 'd' => \$opt_debug, 'version:i' => \$opt_version, 'v:i' => \$opt_version,
Hello: I just uploaded 0.57_03 which I hope fixes this and a number of other issues. I would appreciate it if you can check if it works. http://search.cpan.org/~nanis/Crypt-SSLeay-0.57_03/ Thank you. -- Sinan