<?xml version="1.0" encoding="windows-1252"?>
<node id="666630" title="Re^5: What Just Happened to my CPAN Shell?" created="2008-02-06 13:00:15" updated="2008-02-06 08:00:15">
<type id="11">
note</type>
<author id="341073">
haoess</author>
<data>
<field name="doctext">
&lt;blockquote&gt;I can report that after upgrade to Safe 2.15 that the problem still exists.&lt;/blockquote&gt;

&lt;p&gt;Nice. Your perl is 5.8.8? Could you please try the following test script?&lt;/p&gt;

&lt;code&gt;
use warnings;
use strict;
use Safe;
use version;

my $comp = Safe-&gt;new; # never using it!

my $code = &lt;&lt;'EOT';
use version;
qv('3.0.17');
EOT
my $ret = eval($code);
print "$ret"; # should stringify the version
&lt;/code&gt;

&lt;p&gt;On my system with [cpan://Safe] 2.14 the script produces a SEGV:&lt;/p&gt;

&lt;code&gt;
$ perl test.pl
Use of inherited AUTOLOAD for non-method version::(""() is deprecated at test.pl line 13.
Segmentation fault
&lt;/code&gt;

&lt;p&gt;But with Safe 2.15 it runs fine.&lt;/p&gt;

&lt;p&gt;-- Frank&lt;/p&gt;</field>
<field name="root_node">
665058</field>
<field name="parent_node">
666628</field>
</data>
</node>
