NAME

Config::MVP::Writer::INI - Build an INI file for Config::MVP

VERSION

version 0.001

SYNOPSIS

my $ini = Config::MVP::Writer::INI->new->ini_string(\@sections);

DESCRIPTION

This class takes a collection of Config::MVP style data structures and writes them to a string in INI format.

METHODS

ini_string

This takes an array ref of array refs, each one being a Config::MVP style section specification:

[
  [ $name, $package, \%config ],
]

and returns a string.

WARNING

This code is very much in an alpha state and the API is likely to change. As always, suggestions, bug reports, patches, and pull requests are welcome.

TODO

  • Documentation

  • A lot more tests

SUPPORT

Perldoc

You can find documentation for this module with the perldoc command.

perldoc Config::MVP::Writer::INI

Websites

The following websites have more information about this module, and may be of help to you. As always, in addition to those websites please use your favorite search engine to discover more resources.

Bugs / Feature Requests

Please report any bugs or feature requests by email to bug-config-mvp-writer-ini at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Config-MVP-Writer-INI. You will be automatically notified of any progress on the request by the system.

Source Code

https://github.com/rwstauner/Config-MVP-Writer-INI

git clone https://github.com/rwstauner/Config-MVP-Writer-INI.git

AUTHOR

Randy Stauner <rwstauner@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012 by Randy Stauner.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.