Syntax clean.

This commit is contained in:
Colin Kuskie 2010-11-17 16:34:11 -08:00
parent b5d263e693
commit c4553012d1
44 changed files with 88 additions and 87 deletions

View file

@ -88,7 +88,7 @@ sub DESTROY {
my $self = shift;
try {
my $session = $self->session;
$session->var->end;
$session->end;
$session->close;
};
}