File: Makefile.PL

package info (click to toggle)
libpdl-perldl2-perl 2.002-4
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 176 kB
  • sloc: perl: 416; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
use strict;
use warnings;
use ExtUtils::MakeMaker;

WriteMakefile(
   'NAME' => 'PDL::Perldl2::Plugin',
   'VERSION' => '2.001',
   'PM' => {
      'CleanErrors.pm' =>  '$(INST_LIBDIR)/Plugin/CleanErrors.pm',
      'NiceSlice.pm' => '$(INST_LIBDIR)/Plugin/NiceSlice.pm',
      'PDLCommands.pm' => '$(INST_LIBDIR)/Plugin/PDLCommands.pm',
      'PrintControl.pm' => '$(INST_LIBDIR)/Plugin/PrintControl.pm',
   },
   NO_MYMETA => 1,
);