The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Alien::YAMLScript - Find or install libyamlscript

SYNOPSIS

    use Alien::YAMLScript;

    my $alien = Alien::YAMLScript->new;
    say $alien->libs;
    say $alien->cflags;

STATUS

This is ALPHA software. Expect things to change.

DESCRIPTION

This Alien module provides access to the libyamlscript shared library. You are unlikely to need to use this module directly. See YAMLScript for a more likely entrypoint.

SEE ALSO

AUTHORS

Copyright 2022-2024 by Ingy döt Net

This is free software, licensed under:

The MIT (X11) License