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

Comparing Coro/Event/Makefile.PL (file contents):
Revision 1.1 by root, Thu Aug 16 21:55:35 2001 UTC vs.
Revision 1.2 by root, Thu Aug 16 22:09:12 2001 UTC

1use ExtUtils::MakeMaker; 1use ExtUtils::MakeMaker;
2use Event::MakeMaker;
2 3
3use 5.005; 4use 5.005;
4 5
5use Config; 6use Config;
6 7
14} else { 15} else {
15 print "\n*** Event not found, not build Event support.\n\n"; 16 print "\n*** Event not found, not build Event support.\n\n";
16 $EVENT = 0; 17 $EVENT = 0;
17} 18}
18 19
19WriteMakefile( 20WriteMakefile(Event::MakeMaker::event_args(
20 NAME => "Coro::Event", 21 NAME => "Coro::Event",
21 VERSION_FROM => "Event.pm", 22 VERSION_FROM => "Event.pm",
22 DEFINE => $DEFINE, 23 DEFINE => $DEFINE,
23 DIR => [], 24 DIR => [],
25 PM => {
26 'Event.pm' => '$(INST_LIBDIR)/Event.pm',
27 'Handle.pm' => '$(INST_LIBDIR)/Handle.pm',
28 'Socket.pm' => '$(INST_LIBDIR)/Socket.pm',
29 'Util.pm' => '$(INST_LIBDIR)/Util.pm',
30 },
24); 31));
25 32
26 33
27 34

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines