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

Comparing Coro/Coro/Semaphore.pm (file contents):
Revision 1.50 by root, Mon Dec 26 18:48:11 2005 UTC vs.
Revision 1.51 by root, Mon Dec 26 23:20:59 2005 UTC

161 161
162sub Coro::Semaphore::guard::DESTROY { 162sub Coro::Semaphore::guard::DESTROY {
163 &up(${${$_[0]}}); 163 &up(${${$_[0]}});
164} 164}
165 165
1661
167
168=back 166=back
169 167
170=head1 AUTHOR 168=head1 AUTHOR
171 169
172 Marc Lehmann <schmorp@schmorp.de> 170 Marc Lehmann <schmorp@schmorp.de>
173 http://home.schmorp.de/ 171 http://home.schmorp.de/
174 172
175=cut 173=cut
176 174
1751
176

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines