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

NAME

Gitosis::Config::Writer - A class to output a valid gitosis.conf file

SYNOPSIS

        use Gitosis::Config::Writer;
        Gitosis::Config::Writer->write_string( $cfg );

DESCRIPTION

The Gitosis::Config::Writer class extends Config::INI::Writer

METHODS

All methods are exactly the same as Config::INI::Writer except as documented below.

validate_input ($input)

preprocess_input ($input)

DEPENDENCIES

Moose, Config::INI::Writer

BUGS AND LIMITATIONS

None known currently, please email the author if you find any.

AUTHOR

Chris Prather (chris@prather.org)

LICENCE

Copyright 2009 by Chris Prather.

This software is free. It is licensed under the same terms as Perl itself.