![]() |
![]()
| ![]() |
![]()
NAMEGit::PurePerl - A Pure Perl interface to Git repositories SYNOPSISmy $git = Git::PurePerl->new( directory => '/path/to/git/' ); $git->master->committer; $git->master->comment; $git->get_object($git->master->tree); DESCRIPTIONThis module is a Pure Perl interface to Git repositories. It was mostly based on Grit <http://grit.rubyforge.org/>. METHODSMAINTAINANCEThis 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". AUTHORLeon Brocard <acme@astray.com> CONTRIBUTORSCOPYRIGHTCopyright (C) 2008, Leon Brocard and the above mentioned contributors. LICENSEThis module is free software; you can redistribute it or modify it under the same terms as Perl itself.
|