NAME
EPublisher::Config - Config module for EPublisher
VERSION
version 1.27
SYNOPSIS
my $file = 'test.yml';
my $config = EPublisher::Config->get_config( $file );
METHODS
All methods available for EPublisher are described in the subsequent sections
get_config
my $config = EPublisher::Config->get_config( $file );
Returns the hashref build by YAML::Tiny.
SEE ALSO
AUTHOR
Renee Baecker <module@renee-baecker.de>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2015 by Renee Baecker.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)