File: Makefile.PL

package info (click to toggle)
wml 2.0.12ds1-10
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,568 kB
  • ctags: 117
  • sloc: perl: 5,631; sh: 3,663; makefile: 1,003
file content (7 lines) | stat: -rw-r--r-- 229 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
use ExtUtils::MakeMaker;
WriteMakefile(
    'NAME' => 'File::PathConvert',
    'VERSION_FROM' => 'PathConvert.pm',
    'clean' => {FILES => 'LOG ./test'},
    'dist' => {TARFLAGS => 'cvf', COMPRESS => 'gzip', SUFFIX => 'gz'},
);