NAME
Git::Database::Backend::Cogit - A Git::Database backend based on Cogit
VERSION
version 0.011
SYNOPSIS
# get a store
my $r = Cogit->new();
# let Git::Database produce the backend
my $db = Git::Database->new( store => $r );
DESCRIPTION
This backend reads data from a Git repository using the Cogit Git wrapper.
Git Database Roles
This backend does the following roles (check their documentation for a list of supported methods): Git::Database::Role::Backend, Git::Database::Role::ObjectReader, Git::Database::Role::ObjectWriter, Git::Database::Role::RefReader.
AUTHOR
Philippe Bruhat (BooK) <book@cpan.org>
COPYRIGHT
Copyright 2016 Philippe Bruhat (BooK), all rights reserved.
LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.