<div dir="ltr">The latest Ubuntu LTS release includes Perl 5.18. One of the main noticeable consequences of this is that some 5.10 features are now marked as experimental, and hence warnings appear everywhere.<br clear="all">

<div><br></div><div>One example could be the use of '~~' (C4/Search.pm:536). These warnings can be avoided using the following pragma [1]:</div><div><br></div><div>no if $] >= 5.018, 'warnings', "experimental::feature_name";<br>

</div><div><br></div><div>I'd like to know your opinion on how to cope with this. I guess we already had this kind of problems in the past.</div><div><br></div><div>Regards</div><div>To+</div><div><br></div><div>[1] <a href="http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#Lexical_$__is_now_experimental">http://search.cpan.org/dist/perl-5.18.0/pod/perldelta.pod#Lexical_$__is_now_experimental</a></div>

<div><br></div><div><br></div>-- <br><div dir="ltr"><div>Tomás Cohen Arazi</div><div>Prosecretaría de Informática</div><div>Universidad Nacional de Córdoba</div><div>✆ +54 351 4333190 ext 13168</div><div>GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F</div>

</div>
</div>