ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/Async-Interrupt/Makefile.PL
(Generate patch)

Comparing cvsroot/Async-Interrupt/Makefile.PL (file contents):
Revision 1.1 by root, Thu Jul 2 13:41:44 2009 UTC vs.
Revision 1.2 by root, Sun Jul 12 23:03:36 2009 UTC

6 dist => { 6 dist => {
7 PREOP => 'pod2text Interrupt.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 7 PREOP => 'pod2text Interrupt.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 8 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 9 SUFFIX => '.gz',
10 }, 10 },
11
12 PREREQ_PM => {
13 common::sense => 0,
14 },
11 NAME => "Async::Interrupt", 15 NAME => "Async::Interrupt",
12 VERSION_FROM => "Interrupt.pm", 16 VERSION_FROM => "Interrupt.pm",
13); 17);
14 18

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines