Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.13 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.13 KB

Alien::cargo::clone static linux

Find or build the cargo clone command

SYNOPSIS

use Alien::cargo::clone;
use Env qw( @PATH );

unshift @PATH, Alien::cargo::clone->bin_dir;
system 'cargo', 'clone', 'foo-bar';

DESCRIPTION

This Alien provides the cargo clone command.

METHODS

bin_dir

my @dir = Alien::cargo::clone->bin_dir;

Returns the list of directories (if any) that need to be added to the PATH to use cargo clone.

SEE ALSO

AUTHOR

Graham Ollis [email protected]

COPYRIGHT AND LICENSE

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