App-Aphra
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/App/Aphra.pm view on Meta::CPAN
}
sub serve {
my $self = shift;
require App::HTTPThis;
if ($@) {
croak "App::HTTPThis must be installed for 'serve' command";
}
local @ARGV = $self->config->{target};
App::HTTPThis->new->run;
}
sub version {
my $me = path($0)->basename;
say "\n$me version: $VERSION\n";
}
sub help {
my $self = shift;
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.396 second using v1.00-cache-2.02-grep-82fe00e-cpan-da92000dfeb )