Changeset 112
- Timestamp:
- 12/27/06 22:25:47 (2 years ago)
- Files:
-
- trunk/CHANGES (modified) (1 diff)
- trunk/Socket.pm (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/CHANGES
r111 r112 1 1.56 2 -- Reset method _still_ wasn't resetting enough. had to reset the 3 EventLoop method as well, so _InitPoller would get called and reset 4 stuff. 5 1 6 1.55 2 7 -- Reset method wasn't resetting enough. trunk/Socket.pm
r109 r112 101 101 102 102 use vars qw{$VERSION}; 103 $VERSION = "1.5 5";103 $VERSION = "1.56"; 104 104 105 105 use warnings; … … 185 185 %PLCMap = (); 186 186 $DoneInit = 0; 187 188 *EventLoop = *FirstTimeEventLoop; 187 189 } 188 190 … … 378 380 379 381 =cut 380 sub EventLoop {382 sub FirstTimeEventLoop { 381 383 my $class = shift; 382 384
