1IFiles(3) User Contributed Perl Documentation IFiles(3)
23
4
NAME
6PDL::Install::Files -- Module for use by ExtUtils::Depends and Inline
7
SYNOPSIS
9use Inline with => 'PDL';
10# or alternatively, if your XS module uses PDL:
11use ExtUtils::Depends;
12my $pkg = ExtUtils::Depends->new(qw(MyPackage PDL));
13
DESCRIPTION
15This module is for use by ExtUtils::Depends and Inline. There are no
16user-serviceable parts inside.
1718
19
20
perl v5.28.0 2018-05-05 IFiles(3)