lots of stuff expects the request object to have a hostname method. give it one.
This commit is contained in:
parent
225df67d1f
commit
851844c917
2 changed files with 3 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ sub new {
|
|||
return $self;
|
||||
}
|
||||
|
||||
sub hostname { 'localhost' }
|
||||
|
||||
#----------------------------------------------------------------------------
|
||||
|
||||
=head2 body ( [$value])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue