App-Charon
view release on metacpan or search on metacpan
lib/App/Charon/Web.pm view on Meta::CPAN
has _show_index => (
is => 'ro',
default => 1,
init_arg => 'show_index',
);
sub BUILDARGS {
my ($self, %params) = @_;
$params{query_param_auth} = [split m/=/, $params{query_param_auth}, 2]
if exists $params{query_param_auth};
\%params
}
has _root_server => (
is => 'ro',
lazy => 1,
builder => sub {
my $self = shift;
( run in 1.051 second using v1.01-cache-2.11-cpan-754626df90b )