Badger
view release on metacpan or search on metacpan
lib/Badger/Utils.pm view on Meta::CPAN
LOADED => 2,
};
our $VERSION = 0.02;
our $ERROR = '';
our $WARN = sub { warn @_ }; # for testing - see t/core/utils.t
our $MESSAGES = { };
our $HELPERS = { # keep this compact in case we don't need to use it
'Digest::MD5' => 'md5 md5_hex md5_base64',
'Scalar::Util' => 'blessed dualvar isweak readonly refaddr reftype
tainted weaken isvstring looks_like_number
set_prototype',
'List::Util' => 'first max maxstr min minstr reduce shuffle sum',
'List::MoreUtils' => 'any all none notall true false firstidx
first_index lastidx last_index insert_after
insert_after_string apply after after_incl before
before_incl indexes firstval first_value lastval
last_value each_array each_arrayref pairwise
natatime mesh zip uniq minmax',
'Hash::Util' => 'lock_keys unlock_keys lock_value unlock_value
lock_hash unlock_hash hash_seed',
( run in 0.260 second using v1.01-cache-2.11-cpan-65fba6d93b7 )