The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
NAME
    Config::Yak - a tree-based versatile config handler

SYNOPSIS
        use Config::Yak;

        my $cfg = Config::Yak::->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::Yak - Data::Tree based config handling

AUTHOR
    Dominik Schulz <dominik.schulz@gauner.org>

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.