GitLab-API-v4

 view release on metacpan or  search on metacpan

lib/GitLab/API/v4/Config.pm  view on Meta::CPAN

    is  => 'lazy',
    isa => NonEmptySimpleStr,
);
sub _build_file {
    my ($self) = @_;

    my $file = $self->opt_args->{config_file}
            || $self->env_args->{config_file};
    return $file if $file;

    my ($home) = ( getpwuid($<) )[7];
    return '' . path( $home )->child('.gitlab-api-v4-config');
}

=head1 ATTRIBUTES

=head2 opt_args

Returns a hashref of arguments derived from command line options.

Supported options are:



( run in 0.227 second using v1.01-cache-2.11-cpan-8d75d55dd25 )