Config-Merged
view release on metacpan or search on metacpan
---
abstract: 'Load and merge configuration from different file formats, transparently'
author:
- 'jason hord <pravus@cpan.org>'
build_requires:
ExtUtils::MakeMaker: 6.59
Test::Deep: 0.00
Test::More: 0.00
configure_requires:
ExtUtils::MakeMaker: 6.59
distribution_type: module
dynamic_config: 1
lib/Config/Merged.pm view on Meta::CPAN
}
1
__END__
=pod
=head1 NAME
Config::Merged - Load and merge configuration from different file formats, transparently
=head1 SYNOPSIS
use Config::Merged;
my $config = Config::Merged->load_files({ files => \@files, ... });
# or
my $config = Config::Merged->load_stems({ stems => \@stems, ... });
( run in 0.324 second using v1.01-cache-2.11-cpan-0a6323c29d9 )