ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Linux-Inotify2/Makefile.PL
Revision: 1.2
Committed: Mon Sep 21 08:09:19 2009 UTC (14 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: rel-2_2, rel-2_3, rel-2_0, rel-2_1, rel-1_21, rel-1_22, HEAD
Changes since 1.1: +3 -0 lines
Log Message:
1.21

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     my $mm = MM->new({
4     dist => {
5     PREOP => 'pod2text Inotify2.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
6     COMPRESS => 'gzip -9v',
7     SUFFIX => '.gz',
8     },
9     NAME => "Linux::Inotify2",
10     VERSION_FROM => "Inotify2.pm",
11 root 1.2 PREREQ_PM => {
12     common::sense => 0,
13     },
14 root 1.1 });
15    
16     $mm->flush;
17