Bug#685157: error: Socket version 1.95 required--this is only version 1.94

Salvatore Bonaccorso carnil at debian.org
Fri Sep 7 08:38:58 UTC 2012


Hi

On Thu, Sep 06, 2012 at 10:11:28PM +0200, Salvatore Bonaccorso wrote:
> $^S is '0'
> Sep  6 21:51:21.233 [9298] error: Socket version 1.95 required--this is only version 1.94 at /usr/share/perl5/IO/Socket/SSL.pm line 71.
> Sep  6 21:51:21.233 [9298] error: Can't locate IO/Socket/IP.pm in @INC (@INC contains: /usr/share/perl5 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/perl5/IO/Socket/SSL.pm line 85.
> $^S is '0'

Small addition on this: before and after the eval it is 0, during the
eval 1, correctly thus the errors are printed out

$^S is '0'
$^S is '1'
Sep  7 10:35:27.087 [1883] error: Socket version 1.95 required--this is only version 1.94 at /usr/share/perl5/IO/Socket/SSL.pm line 71.
Sep  7 10:35:27.087 [1883] error: Can't locate IO/Socket/IP.pm in @INC (@INC contains: /usr/share/perl5 /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /usr/share/perl5/IO/Socket/SSL.pm line 85.
$^S is '1'
$^S is '0'

as we have 

120   $SIG{__DIE__} = sub {
121     # see http://use.perl.org/comments.pl?mode=flat&sid=33872 for $^S
122     log_message("error", $_[0]) unless $^S;
123   };
124 }

Regards,
Salvatore
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-perl-maintainers/attachments/20120907/2409cd2d/attachment.pgp>


More information about the pkg-perl-maintainers mailing list