CGI-Uploader
view release on metacpan or search on metacpan
inc/Module/Install.pm view on Meta::CPAN
$file = "$self->{path}/$1.pm";
my $pkg = "$self->{name}::$1"; $pkg =~ s!/!::!g;
push @found, [$file, $pkg];
}, $path) if -d $path;
@found;
}
sub _caller {
my $depth = 0;
my $caller = caller($depth);
while ($caller eq __PACKAGE__) {
$depth++;
$caller = caller($depth);
}
$caller;
}
1;
( run in 0.316 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )