System-Sub
view release on metacpan or search on metacpan
lib/System/Sub.pm view on Meta::CPAN
}
sub _carp
{
require Carp;
goto &Carp::carp
}
sub import
{
my $pkg = (caller)[0];
shift;
my $common_options;
$common_options = shift if @_ && ref($_[0]) eq 'ARRAY';
while (@_) {
my $name = shift;
# Must be a scalar
_croak "invalid arg: SCALAR expected" unless defined ref $name && ! ref $name;
my ($fq_name, $proto);
( run in 0.430 second using v1.01-cache-2.11-cpan-a3c8064c92c )