Any-Moose
view release on metacpan or search on metacpan
lib/Any/Moose.pm view on Meta::CPAN
require Carp;
warn "Unable to locate Mouse or Moose in INC";
}
};
sub import {
my $self = shift;
my $pkg = caller;
# Any::Moose gives you strict and warnings
strict->import;
warnings->import;
# first options are for Mo*se
unshift @_, 'Moose' if !@_ || ref($_[0]);
while (my $module = shift) {
my $options = @_ && ref($_[0]) ? shift : [];
$options = $self->_canonicalize_options(
module => $module,
( run in 0.279 second using v1.01-cache-2.11-cpan-299005ec8e3 )