From: Mike Taylor Date: Wed, 7 Jun 2006 10:43:22 +0000 (+0000) Subject: Remove premature documentation of pod-throttling X-Git-Tag: CPAN-v1.02~54^2~1188 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=bcac6b011cc4e33e99383d434a62cb6a5f52ff56 Remove premature documentation of pod-throttling --- diff --git a/lib/ZOOM/Pod.pm b/lib/ZOOM/Pod.pm index f285fa4..a59d3b1 100644 --- a/lib/ZOOM/Pod.pm +++ b/lib/ZOOM/Pod.pm @@ -1,4 +1,4 @@ -# $Id: Pod.pm,v 1.11 2006-06-06 16:27:56 mike Exp $ +# $Id: Pod.pm,v 1.12 2006-06-07 10:43:22 mike Exp $ package ZOOM::Pod; @@ -77,16 +77,19 @@ may be specified either by an existing C object, which I be asynchronous; or by a ZOOM target string, in which case the pod module will make the connection object itself. -If the constructor's first argument is a number, then it is taken as a -limit on the number of connections to handle at any one time. In this -case, the pod initially multiplexes between the first I -connections, and brings further connections into the active subset -whenever already-active connections are closed. - Returns the new pod. =cut +# Functionality to be added: +# +# If the constructor's first argument is a number, then it is +# taken as a limit on the number of connections to handle at any +# one time. In this case, the pod initially multiplexes between +# the first I connections, and brings further connections +# into the active subset whenever already-active connections are +# closed. + sub new { my $class = shift(); my(@conn) = @_;