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

NAME

Gitosis::Config::Reader - A class to read gitosis.conf files.

SYNOPSIS

    use Gitosis::Config::Reader;
    my $cfg = Gitosis::Config::Reader->read_file( $args->{file} );

DESCRIPTION

The Gitosis::Config::Reader class extends Config::INI::Reader.

METHODS

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

can_ignore

Overridden to include lines starting with ; or #

parse_value_assignment

Overridden to allow for multiple lines per assignment. The current implementation is very hackish and may be replaced in the future.

Overriden

DEPENDENCIES

Moose, Config::INI::Reader

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.