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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.5 by root, Mon Nov 12 01:58:12 2007 UTC vs.
Revision 1.8 by root, Thu Apr 24 08:38:13 2008 UTC

3use 5.008; 3use 5.008;
4 4
5print <<EOF; 5print <<EOF;
6 6
7*** 7***
8*** One or more of these modules, in order of importance, is recommended: 8*** The EV or Event modules are recommended for performance, unless
9*** EV, Event, Coro, Glib, Tk 9*** you have to use one of the other adaptors (Glib, Tk, etc.).
10*** 10***
11 11
12EOF 12EOF
13 13
14WriteMakefile( 14WriteMakefile(
17 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',
18 SUFFIX => '.gz', 18 SUFFIX => '.gz',
19 }, 19 },
20 NAME => "AnyEvent", 20 NAME => "AnyEvent",
21 VERSION_FROM => "lib/AnyEvent.pm", 21 VERSION_FROM => "lib/AnyEvent.pm",
22# PREREQ_PM => {
23# Event => 0.86,
24# },
25); 22);
26 23

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines