NAME
Alien::Build::Plugin::Fetch::Git - Alien::Build plugin to fetch from git
VERSION
version 0.10
SYNOPSIS
use alienfile;
meta->prop->{start_url} = 'git://example.git/foo.git#v0.01';
plugin 'Fetch::Git';
DESCRIPTION
This plugin provides a fetch capability for git
in Alien::Build. You can specify a tag or branch with the fragment part of the URL. Most of the time you won't be using this plugin directly, but will instead be using Alien::git or Alien::Build::Plugin::Download::Git.
SEE ALSO
AUTHOR
Graham Ollis <plicease@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017-2022 by Graham Ollis.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.