table of contents
Git::PurePerl(3pm) | User Contributed Perl Documentation | Git::PurePerl(3pm) |
NAME¶
Git::PurePerl - A Pure Perl interface to Git repositories
SYNOPSIS¶
my $git = Git::PurePerl->new( directory => '/path/to/git/' ); $git->master->committer; $git->master->comment; $git->get_object($git->master->tree);
DESCRIPTION¶
This module is a Pure Perl interface to Git repositories.
It was mostly based on Grit <http://grit.rubyforge.org/>.
METHODS¶
MAINTAINANCE¶
This module is maintained in git at <http://github.com/broquaint/git-pureperl/>.
Patches are welcome, please come speak to one of the Gitalist team on "#gitalist".
AUTHOR¶
Leon Brocard <acme@astray.com>
CONTRIBUTORS¶
COPYRIGHT¶
Copyright (C) 2008, Leon Brocard and the above mentioned contributors.
LICENSE¶
This module is free software; you can redistribute it or modify it under the same terms as Perl itself.
2024-03-06 | perl v5.38.2 |