Skip to content

Find or build the cargo clone command

Notifications You must be signed in to change notification settings

PerlAlien/Alien-cargo-clone

Repository files navigation

Alien::cargo::clone static linux

Find or build the cargo clone command

SYNOPSIS

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

push @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.

AUTHOR

Graham Ollis plicease@cpan.org

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.

About

Find or build the cargo clone command

Resources

Stars

Watchers

Forks

Packages

No packages published