Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1011 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 1011 Bytes

Alien::cue static linux

Find or download the cue configuration language tool

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 [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.