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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.3 by root, Thu Dec 1 18:56:18 2005 UTC vs.
Revision 1.4 by root, Mon Oct 30 20:52:24 2006 UTC

3use 5.008; 3use 5.008;
4 4
5print <<EOF; 5print <<EOF;
6 6
7*** 7***
8*** You *need* one or more of the following modules to make use of this module: 8*** One or more of these modules, in order of importance, is recommended:
9*** Coro, Event, Glib, Tk 9*** Event, Coro, Glib, Tk
10***
11*** The Makefile.PL depends on Event, but you can ignore this dependency if
12*** any of the other modules are installed.
13*** 10***
14 11
15EOF 12EOF
16 13
17WriteMakefile( 14WriteMakefile(
20 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',
21 SUFFIX => '.gz', 18 SUFFIX => '.gz',
22 }, 19 },
23 NAME => "AnyEvent", 20 NAME => "AnyEvent",
24 VERSION_FROM => "lib/AnyEvent.pm", 21 VERSION_FROM => "lib/AnyEvent.pm",
25 PREREQ_PM => { 22# PREREQ_PM => {
26 Event => 0.86, 23# Event => 0.86,
27 }, 24# },
28); 25);
29 26

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines