NAME
Git::Raw::Config - libgit2 config class
VERSION
version 0.02
DESCRIPTION
A Git::Raw::Config
represents a Git configuration file.
METHODS
get_str( $name )
Retrieve the value of the $name
configuration field of type string.
set_str( $name, $value )
Set the value of the $name
configuration field of type string.
AUTHOR
Alessandro Ghedini <alexbio@cpan.org>
LICENSE AND COPYRIGHT
Copyright 2012 Alessandro Ghedini.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.