NAME
Config::From::Backend::File - File Backend for Config::From
VERSION
version 0.07
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
AUTHOR
Daniel Brosseau, <dab at catapulse.org>