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

DynGig::Schedule::Override - Parse override policy

SYNOPSIS

use DynGig::Schedule::Override;

my $policy = DynGig::Schedule::Override->new
(
    config => '/config/file',
    policy => $policy_object,
);

METHODS

period( start, end )

Determine the policy in specified period. Returns HASH reference.

NOTE

See DynGig::Schedule