App-Aphra
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;
( run in 0.474 second using v1.01-cache-2.11-cpan-49f99fa48dc )