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::HDF4 - Encapsulate install info for HDF4

SYNOPSIS

  # PDL/Makefile.PL
  use ExtUtils::Depends;
  my $pkg = ExtUtils::Depends->new(qw(PDL Alien::HDF4)); # HDF4 config info

  use Inline with => 'Alien::HDF4';

DESCRIPTION

Use in your Makefile.PL as above. Produces config info usable via ExtUtils::Depends.

AUTHOR

Ed J

SEE ALSO

ExtUtils::Depends.