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.