The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::Build::Plugin::Fetch::Git - Alien::Build plugin to fetch from git

VERSION

version 0.01

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

Alien::Build
Alien::Build::Git
Alien::Builg::Plugin::Download::Git

AUTHOR

Graham Ollis <plicease@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 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.