cleaning up some imports

This commit is contained in:
Graham Knop 2008-11-24 04:00:46 +00:00
parent 8fb275850c
commit d9c1f88eab
8 changed files with 57 additions and 61 deletions

View file

@ -169,8 +169,7 @@ Returns a reference to the current session.
=cut
sub session {
my $self = shift;
return $self->{_session};
$_[0]->{_session};
}
#-------------------------------------------------------------------