Algorithm-SocialNetwork
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
if (not -f $self->{file}) {
require "$self->{path}/$self->{dispatch}.pm";
File::Path::mkpath("$self->{prefix}/$self->{author}");
$self->{admin} =
"$self->{name}::$self->{dispatch}"->new(_top => $self);
$self->{admin}->init;
@_ = ($class, _self => $self);
goto &{"$self->{name}::import"};
}
*{caller(0) . "::AUTOLOAD"} = $self->autoload;
# Unregister loader and worker packages so subdirs can use them again
delete $INC{"$self->{file}"};
delete $INC{"$self->{path}.pm"};
}
#line 156
sub autoload {
my $self = shift;
( run in 0.236 second using v1.01-cache-2.11-cpan-b61123c0432 )