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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.6 by root, Mon Jan 28 12:32:20 2008 UTC vs.
Revision 1.10 by root, Mon May 26 21:37:43 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, are recommended: 8*** The EV or Event modules are recommended for performance, unless
9*** EV, Event, 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(
15 dist => { 15 dist => {
16 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 . ;',
17 COMPRESS => 'gzip -9v', 17 COMPRESS => 'gzip -9v',
18 SUFFIX => '.gz', 18 SUFFIX => '.gz',
19 }, 19 },
20 test => { TESTS => "t/*.t t/handle/*.t" },
20 NAME => "AnyEvent", 21 NAME => "AnyEvent",
21 VERSION_FROM => "lib/AnyEvent.pm", 22 VERSION_FROM => "lib/AnyEvent.pm",
22# PREREQ_PM => { 23 EXTRA_META => q{
23# Event => 0.86, 24recommends:
25 Net::SSLeay: 0
26 JSON: 2
27 JSON::XS 2.01
28 EV: 4.05
24# }, 29 },
25); 30);
26 31

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines