File: Makefile.PL

package info (click to toggle)
libfilesys-diskspace-perl 0.05-16%2Bnmu2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 176 kB
  • sloc: perl: 157; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
# -*- mode: Perl -*-

use ExtUtils::MakeMaker;

WriteMakefile(NAME         => "Filesys::DiskSpace",
              VERSION_FROM => "lib/Filesys/DiskSpace.pm",
              dist         => { COMPRESS => "gzip", SUFFIX => "gz" },
              clean        => { FILES => '*.bak *.old mibs/*.dump lib/*/*~' },
);