ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/AnyEvent/Makefile.PL
(Generate patch)

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.1 by root, Wed Apr 27 01:26:44 2005 UTC vs.
Revision 1.6 by root, Mon Jan 28 12:32:20 2008 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2 2
3use 5.006; 3use 5.008;
4
5print <<EOF;
6
7***
8*** One or more of these modules, in order of importance, are recommended:
9*** EV, Event, Glib, Tk
10***
11
12EOF
4 13
5WriteMakefile( 14WriteMakefile(
6 dist => { 15 dist => {
7 PREOP => 'pod2text MythTV/Backend.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 16 PREOP => 'pod2text lib/AnyEvent.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
8 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',
9 SUFFIX => '.gz', 18 SUFFIX => '.gz',
10 }, 19 },
11 NAME => "AnyEvent", 20 NAME => "AnyEvent",
12 VERSION_FROM => "lib/Event/Generic/Txn.pm", 21 VERSION_FROM => "lib/AnyEvent.pm",
22# PREREQ_PM => {
23# Event => 0.86,
24# },
13); 25);
14 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines