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

Comparing Coro/Coro/Makefile.PL (file contents):
Revision 1.10 by root, Sun Jul 29 04:13:29 2001 UTC vs.
Revision 1.11 by root, Thu Aug 16 22:09:12 2001 UTC

94WriteMakefile( 94WriteMakefile(
95 NAME => "Coro::State", 95 NAME => "Coro::State",
96 VERSION_FROM => "State.pm", 96 VERSION_FROM => "State.pm",
97 DEFINE => $DEFINE, 97 DEFINE => $DEFINE,
98 DIR => [], 98 DIR => [],
99 PM => {
100 'State.pm' => '$(INST_LIBDIR)/State.pm',
101
102 'MakeMaker.pm' => '$(INST_LIBDIR)/MakeMaker.pm',
103 'CoroAPI.h' => '$(INST_LIBDIR)/CoroAPI.h',
104
105 'Cont.pm' => '$(INST_LIBDIR)/Cont.pm',
106
107 'Specific.pm' => '$(INST_LIBDIR)/Specific.pm',
108
109 'Signal.pm' => '$(INST_LIBDIR)/Signal.pm',
110 'Channel.pm' => '$(INST_LIBDIR)/Channel.pm',
111 'Semaphore.pm' => '$(INST_LIBDIR)/Semaphore.pm',
112 'RWLock.pm' => '$(INST_LIBDIR)/RWLock.pm',
113 },
99); 114);
100 115
101 116
102 117

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines