The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl::Critic::Policy::BuiltinFunctions::ProhibitDeleteOnArrays - Do not use delete on arrays.

DESCRIPTION

Calling delete on array values is strongly discouraged. See http://perldoc.perl.org/functions/delete.html.

CONFIGURATION

This Policy is not configurable except for the standard options.

AUTHOR

Aleksey Korabelshchikov mailto:xliosha@gmail.com