The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Maplat::Helpers::ConfigLoader - Load XML config file

SYNOPSIS

  use Maplat::Helpers::ConfigLoader;
  
  my $config = LoadConfig($file [, XML::Simple options]);

DESCRIPTION

This Module is a wrapper for XML::Simple. It adds some enhanced, MAPLAT-specific functions.

LoadConfig

Loads an XML file through XML::Simple and adds some extra functionality like including external files.

AUTHOR

Rene Schickbauer, <rene.schickbauer@gmail.com>

COPYRIGHT AND LICENSE

Copyright (C) 2008-2011 by Rene Schickbauer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.