| Gitosis-Config documentation | view source | Contained in the Gitosis-Config distribution. |
Gitosis::Config::Reader - A class to read gitosis.conf files.
use Gitosis::Config::Reader;
my $cfg = Gitosis::Config::Reader->read_file( $args->{file} );
The Gitosis::Config::Reader class extends Config::INI::Reader.
All methods are exactly the same as Config::INI::Reader except as documented below.
Overridden to include lines starting with ; or #
Overridden to allow for multiple lines per assignment. The current implementation is very hackish and may be replaced in the future.
Overriden
Moose, Config::INI::Reader
None known currently, please email the author if you find any.
Chris Prather (chris@prather.org)
Copyright 2009 by Chris Prather.
This software is free. It is licensed under the same terms as Perl itself.
| Gitosis-Config documentation | view source | Contained in the Gitosis-Config distribution. |