more bug fixes

This commit is contained in:
JT Smith 2006-01-13 21:47:38 +00:00
parent 6779353b85
commit ee5ccfad26
5 changed files with 49 additions and 49 deletions

View file

@ -131,7 +131,7 @@ sub process {
=cut
sub session
sub session {
my $self = shift;
return $self->{_session};
}