Config-DotNetXML
view release on metacpan or search on metacpan
lib/Config/DotNetXML.pm view on Meta::CPAN
package Config::DotNetXML;
=head1 NAME
Config::DotNetXML - Get config in the manner of .NET Framework
=head1 ABSTRACT
This module allows the transparent import of .NET Framework style config.
=head1 SYNOPSIS
use Config::DotNetXML;
our %appSettings;
my $foo = $appSettings{Foo};
=head1 DESCRIPTION
( run in 0.385 second using v1.01-cache-2.11-cpan-0a6323c29d9 )