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::libsndfile - libsndfile distribution for CPAN.

Description

This is a Alien distribution based on Alien::Base, class methods such as cflags and libs are inherited from there. See the documentation for Alien::Base for full list of methods. This module does not override or extend any of those inherited methods.

See also http://www.mega-nerd.com/libsndfile/ and Audio::Sndfile

If you are authoring a CPAN distribution that requires libsndfile, you could get the cflags by running this palien command:

   palien --cflags Alien::libsndfile

Or alternativly, this one-liner:

   perl -MAlien::libsndfile -E 'say Alien::libsndfile->cflags'

Run this command to obtain the library flags

   palien --cflags Alien::libsndfile

Or alternativly, this one-liner:

   perl -MAlien::libsndfile -E 'say Alien::libsndfile->libs'

See also palien and Alien::Base

AUTHOR

Kang-min Liu <gugod@gugod.org>