NAME
Alien::cue - Find or download the cue configuration language tool
VERSION
version 0.01
SYNOPSIS
In your script or module:
use Alien::cue;
use Env qw( @PATH );
unshift @PATH, Alien::cue->bin_dir;
DESCRIPTION
This package can be used by other CPAN modules that require cue, the configuration language tool.
HELPERS
cue
%{cue}
Returns the name of the cue command. Usually just cue
.
SEE ALSO
Alien, Alien::Base, Alien::Build::Manual::AlienUser
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.