The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# $Id: /xmltwig/trunk/filter_for_5.005 4 2007-03-16T12:16:25.259192Z mrodrigu  $
if( $] < 5.006)  { s{^(\s*)no warnings;}{$1# no warnings;}; }
else             { s{^(\s*)# no warnings; }{$1no warnings;};   }