File: Makefile.PL

package info (click to toggle)
pdl 1%3A2.025-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 11,768 kB
  • sloc: perl: 43,919; fortran: 13,113; ansic: 9,366; makefile: 37; sh: 32; sed: 6
file content (11 lines) | stat: -rw-r--r-- 335 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
use strict;
use warnings;

use Inline::MakeMaker; # to allow us to install the inlined code !

# Note use of 'WriteInlineMakefile' in place of the normal
# 'WriteMakefile' call! Syntax of args is identical to MakeMaker.
WriteInlineMakefile(
    'NAME'	=> 'PDL::MyInlineMod',
    'VERSION_FROM' => 'MyInlineMod.pm', # finds $VERSION
);