Document the closed method for Session.
This commit is contained in:
parent
a1571b90d4
commit
40c073e65e
1 changed files with 8 additions and 0 deletions
|
|
@ -188,6 +188,14 @@ sub close {
|
|||
$self->{closed} = 1;
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 closed
|
||||
|
||||
Returns true if this session has been closed.
|
||||
|
||||
=cut
|
||||
|
||||
sub closed {
|
||||
my $self = shift;
|
||||
return $self->{closed};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue