NAME Config::Tree - a tree-based versatile config handler SYNOPSIS use Config::Tree; my $cfg = Config::Tree::->new({ locations => [qw(/etc/foo)]}); ... METHODS add_config Parse another config file. config Get the whole config as an HashRef dump Stringify the whole config w/ Data::Dumper; reset_config Delete all configuration items. NAME Config::Tree - Data::Tree based config handling AUTHOR Dominik Schulz COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Dominik Schulz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.