Find or download the cue configuration language tool
In your script or module:
use Alien::cue;
use Env qw( @PATH );
unshift @PATH, Alien::cue->bin_dir;
This package can be used by other CPAN modules that require cue, the configuration language tool.
%{cue}
Returns the name of the cue command. Usually just cue
.
Alien, Alien::Base, Alien::Build::Manual::AlienUser
Graham Ollis [email protected]
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.