The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.