Alien-YAMLScript

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME

    Alien::YAMLScript - Find or install libyamlscript

 SYNOPSIS

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

    This is ALPHA software. Expect things to change.

 DESCRIPTION

    This Alien <https://metacpan.org/pod/Alien> module provides access to
    the libyamlscript shared library. You are unlikely to need to use this
    module directly. See YAMLScript <https://metacpan.org/pod/YAMLScript>
    for a more likely entrypoint.

lib/Alien/YAMLScript.pod  view on Meta::CPAN

=head1 NAME

Alien::YAMLScript - Find or install libyamlscript

=head2 SYNOPSIS

    use Alien::YAMLScript;

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

This is ALPHA software. Expect things to change.

=head2 DESCRIPTION

This L<Alien|https://metacpan.org/pod/Alien> module provides access to the libyamlscript shared library. You are unlikely to need to use this module directly. See L<YAMLScript|https://metacpan.org/pod/YAMLScript> for a more likely entrypoint.

=head2 SEE ALSO



( run in 0.683 second using v1.01-cache-2.11-cpan-94b05bcf43c )