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.21 by root, Thu Nov 21 13:08:06 2002 UTC vs.
Revision 1.22 by root, Sat Mar 22 18:50:32 2003 UTC

107WriteMakefile( 107WriteMakefile(
108 NAME => "Coro::State", 108 NAME => "Coro::State",
109 VERSION_FROM => "State.pm", 109 VERSION_FROM => "State.pm",
110 DEFINE => $DEFINE, 110 DEFINE => $DEFINE,
111 DIR => [], 111 DIR => [],
112 PM => {
113 'State.pm' => '$(INST_LIBDIR)/State.pm',
114
115 'MakeMaker.pm' => '$(INST_LIBDIR)/MakeMaker.pm',
116 'CoroAPI.h' => '$(INST_LIBDIR)/CoroAPI.h',
117
118 'Cont.pm' => '$(INST_LIBDIR)/Cont.pm',
119
120 'Specific.pm' => '$(INST_LIBDIR)/Specific.pm',
121
122 'Timer.pm' => '$(INST_LIBDIR)/Timer.pm',
123 'Signal.pm' => '$(INST_LIBDIR)/Signal.pm',
124 'Channel.pm' => '$(INST_LIBDIR)/Channel.pm',
125 'Semaphore.pm' => '$(INST_LIBDIR)/Semaphore.pm',
126 'SemaphoreSet.pm' => '$(INST_LIBDIR)/SemaphoreSet.pm',
127 'RWLock.pm' => '$(INST_LIBDIR)/RWLock.pm',
128 },
129); 112);
130 113
131sub conftest { 114sub conftest {
132 my $type = shift; 115 my $type = shift;
133 116

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines