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.4 by root, Sat Mar 22 18:50:32 2003 UTC vs.
Revision 1.5 by root, Sat Mar 22 23:08:41 2003 UTC

10WriteMakefile(Event::MakeMaker::event_args( 10WriteMakefile(Event::MakeMaker::event_args(
11 NAME => "Coro::Event", 11 NAME => "Coro::Event",
12 VERSION_FROM => "Event.pm", 12 VERSION_FROM => "Event.pm",
13 DEFINE => $DEFINE, 13 DEFINE => $DEFINE,
14 DIR => [], 14 DIR => [],
15 PM => {
16 'Event.pm' => '$(INST_LIBDIR)/Event.pm',
17 'Handle.pm' => '$(INST_LIBDIR)/Handle.pm',
18 'Socket.pm' => '$(INST_LIBDIR)/Socket.pm',
19 'Util.pm' => '$(INST_LIBDIR)/Util.pm',
20 'Select.pm' => '$(INST_LIBDIR)/Select.pm',
21 },
15)); 22));
16 23
17 24
18 25

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines