Copy from devel:languages:perl/perl-Net-SSLeay based on submit request 33262 from user anicka OBS-URL: https://build.opensuse.org/request/show/33262 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Net-SSLeay?expand=0&rev=5
11 lines
252 B
Diff
11 lines
252 B
Diff
--- lib/Net/SSLeay.pm
|
|
+++ lib/Net/SSLeay.pm
|
|
@@ -57,6 +57,7 @@
|
|
# listed in LICENSE file at the root of OpenSSL-0.9.7b
|
|
# distribution (i.e. free, but mandatory attribution and NO WARRANTY).
|
|
|
|
+$ENV{'LANGUAGE'}='C';
|
|
package Net::SSLeay;
|
|
|
|
use strict;
|