File: Makefile.PL

package info (click to toggle)
libpar-packer-perl 1.064-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,388 kB
  • sloc: perl: 12,774; ansic: 1,474; makefile: 30; sh: 5
file content (14 lines) | stat: -rw-r--r-- 406 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use 5.008009;
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME              => 'XSFoo',
    VERSION           => '0.01',
    PREREQ_PM         => {},
    ABSTRACT          => 'Test files for PAR::Packer',
    AUTHOR            => 'Roderich Schupp <roderich.schupp@gmail.com>',
    LICENSE           => 'perl',
    LIBS              => [''],
    DEFINE            => '',
    INC               => '-I.',
);