The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Pan::Repo - group management interface

SYNOPSIS

use Pan::Repo;

my $repo = Pan::Repo->new
(
    conf => '/conf/file',
    path => '/path/file',
);

my %conf = $repo->dump

CONFIGURATION

conf

See Pan::Conf.

path

See Pan::Path.

METHODS

dump()

Returns all group configurations.