Alien::Build::Plugin::Fetch::Git - Alien::Build plugin to fetch from git
version 0.10
use alienfile; meta->prop->{start_url} = 'git://example.git/foo.git#v0.01'; plugin 'Fetch::Git';
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.
git
Graham Ollis <plicease@cpan.org>
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.
To install Alien::Build::Git, copy and paste the appropriate command in to your terminal.
cpanm
cpanm Alien::Build::Git
CPAN shell
perl -MCPAN -e shell install Alien::Build::Git
For more information on module installation, please visit the detailed CPAN module installation guide.