NAME
Group::Git - Base module for group of git repository operations.
VERSION
This documentation refers to Group::Git version 0.1.
SYNOPSIS
use Group::Git;
my $group = Group::Git->new( conf => {...} );
# pull remote versions for all repositories
$group->pull();
# any other arbitary command
$group->log;
DESCRIPTION
This is the base module it will try to use all roles in the Group::Git::Cmd::*
namespace. This allows the creation of new command by just putting a role in that namespace. Classes may extend this class to implement their own methods for finding repositories (eg Group::Git::Github, Group::Git::Bitbucket and Group::Git::Gitosis)
SUBROUTINES/METHODS
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
INCOMPATIBILITIES
BUGS AND LIMITATIONS
There are no known bugs in this module.
Please report problems to Ivan Wills (ivan.wills@gmail.com).
Patches are welcome.
AUTHOR
Ivan Wills - (ivan.wills@gmail.com)
LICENSE AND COPYRIGHT
Copyright (c) 2013 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077). All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.