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

Comparing AnyEvent/Makefile.PL (file contents):
Revision 1.26 by root, Sun Aug 9 16:05:11 2009 UTC vs.
Revision 1.27 by root, Sun Feb 21 09:28:18 2010 UTC

28 SUFFIX => '.gz', 28 SUFFIX => '.gz',
29 }, 29 },
30 test => { TESTS => "t/*.t t/handle/*.t" }, 30 test => { TESTS => "t/*.t t/handle/*.t" },
31 NAME => "AnyEvent", 31 NAME => "AnyEvent",
32 VERSION_FROM => "lib/AnyEvent.pm", 32 VERSION_FROM => "lib/AnyEvent.pm",
33 PL_FILES => { "constants.pl.PL" => "constants.pl" },
34 clean => { FILES => "constans.pl.pm" },
35 PMLIBDIRS => ["lib"],
33 META_MERGE => { 36 META_MERGE => {
34 recommends => { 37 recommends => {
35 "Net::SSLeay" => 1.33, 38 "Net::SSLeay" => 1.33,
36 "JSON" => 2.09, 39 "JSON" => 2.09,
37 "JSON::XS" => 2.2, 40 "JSON::XS" => 2.2,
40 "Async::Interrupt" => 1.0, 43 "Async::Interrupt" => 1.0,
41 } 44 }
42 }, 45 },
43); 46);
44 47
48package MY;
49
50sub init_PM {
51 my ($self) = @_;
52
53 $self->SUPER::init_PM;
54 $self->{PM}{"constants.pl"} = '$(INST_LIB)/AnyEvent/constants.pl';
55}
56
57

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines