File: Makefile.PL

package info (click to toggle)
sdf 2.001%2B1-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 6,140 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (6 lines) | stat: -rw-r--r-- 135 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
use ExtUtils::MakeMaker;

WriteMakefile(
        NAME            => 'perllib',
        PMLIBDIRS       => [ 'Pod', 'sdf' ],
        );