PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Alien::Build::Git; use strict; use warnings; use 5.008001; # ABSTRACT: Alien::Build tools for interacting with git our $VERSION = '0.10'; # VERSION 1; __END__ =pod =encoding UTF-8 =head1 NAME Alien::Build::Git - Alien::Build tools for interacting with git =head1 VERSION version 0.10 =head1 SYNOPSIS Using helper from L: use alienfile; share { download [ [ '%{git}', 'clone', 'http://example.com/project-foo.git' ], ]; ... }; Using plugin L: use alienfile; meta->prop->{start_url} = 'http://example.com/project-foo.git'; plugin 'Download::Git' =>( version => qr/^v([0-9\.]+)$/, ); =head1 DESCRIPTION This module is documentation only for how to use C as a download source from L + L. Depending on the project source that you are using and the way your L is structured, you will want to use one of three modules that come with the distribution C. See the synopsis above and the modules in the SEE ALSO section below. To decide which you need. Also please carefully consider NOT using one of these modules. If you can, using http or ftp to download your target project will probably require fewer and less error-prone dependencies. =head1 SEE ALSO =over 4 =item L =item L =item L =back =head1 AUTHOR Graham Ollis =head1 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. =cut