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.11 by root, Tue May 27 04:59:51 2008 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*** The EV or Event modules are recommended for performance, unless
9*** Coro, Event, Glib, Tk 9*** you have to use one of the other adaptors (Glib, Tk, etc.).
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(
18 dist => { 15 dist => {
19 PREOP => 'pod2text lib/AnyEvent.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 . ;',
20 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',
21 SUFFIX => '.gz', 18 SUFFIX => '.gz',
22 }, 19 },
20 test => { TESTS => "t/*.t t/handle/*.t" },
23 NAME => "AnyEvent", 21 NAME => "AnyEvent",
24 VERSION_FROM => "lib/AnyEvent.pm", 22 VERSION_FROM => "lib/AnyEvent.pm",
25 PREREQ_PM => { 23 EXTRA_META => q{
26 Event => 0.86, 24recommends:
25 Net::SSLeay: 0
26 JSON: 2.09
27 JSON::XS 2.01
28 EV: 4.05
27 }, 29 },
28); 30);
29 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines