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