Searched refs:_listify (Results 1 – 1 of 1) sorted by relevance
116 sub _listify { ! defined $_[0] ? undef : ref $_[0] eq 'ARRAY' ? $_[0] : [$_[0]] } subroutine299 'file' => \&_listify,300 'dir' => \&_listify,301 'package' => \&_listify,302 'namespace' => \&_listify,306 'file' => \&_listify,307 'directory' => \&_listify,308 'package' => \&_listify,309 'namespace' => \&_listify,313 'file' => \&_listify,[all …]