File: Makefile.PL

package info (click to toggle)
liblinux-inotify2-perl 1%3A1.2-0.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 92 kB
  • ctags: 24
  • sloc: perl: 126; makefile: 53
file content (14 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
use ExtUtils::MakeMaker;

my $mm = MM->new({
    dist         => {
       PREOP	=> 'pod2text Inotify2.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
       COMPRESS	=> 'gzip -9v',
       SUFFIX	=> '.gz',
	            },
    NAME         => "Linux::Inotify2",
    VERSION_FROM => "Inotify2.pm",
});

$mm->flush;