Bug 33020: (QA follow-up) POD and chmod

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d599694ef5)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Nick Clemens 2023-02-24 21:01:43 +00:00 committed by Matt Blenkinsop
parent 6fd936fabe
commit 19d1d1da13
2 changed files with 9 additions and 0 deletions

View file

@ -204,6 +204,15 @@ sub context {
return $self;
}
=head2 history
Similar to above, Mojolicious has a "history" method and will die
on it if it's missing from the logger.
Note: We are just preventing a crash here not returning a new history logger.
=cut
sub history {
my ( $self, @history) = @_;
if ( @history ) {

0
t/db_dependent/www/rest_api.t Normal file → Executable file
View file