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

Config::From::Backend::File - File Backend for Config::From

VERSION

version 0.08

SYNOPSIS

    my $bckfile = Config::From::Backend::File->new(file => 't/conf/file1.yml');

    my $config = $bckfile->datas

SUBROUTINES/METHODS

file

  The file to load from diffrents file format. It use Config::Any

datas

  The data returned by the backend

SEE ALSO

Config::Any

AUTHOR

Daniel Brosseau, <dab at catapulse.org>