Alien-Build-Git
view release on metacpan or search on metacpan
lib/Alien/git.pm view on Meta::CPAN
use strict;
use warnings;
use 5.008001;
use Capture::Tiny qw( capture );
use File::Which qw( which );
# ABSTRACT: Find system git
our $VERSION = '0.10'; # VERSION
sub cflags {''}
sub libs {''}
sub dynamic_libs {}
sub install_type { 'system' }
# IF you are reading the documentation and wondering
# why it says that you need to add bin_dir to your
# PATH, and you are looking at the source here and seeing
# that it just returns an empty list, and wondering
# why? It is because in the future Alien::git MAY
# support share installs, at which point your code will
( run in 2.664 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )