Browse Source
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>21.11/bug30761 v21.11.00
2 changed files with 8 additions and 1 deletions
@ -0,0 +1,7 @@ |
|||
use Modern::Perl; |
|||
|
|||
return { |
|||
bug_number => undef, |
|||
description => 'Koha 21.11.00 release', |
|||
up => sub {}, |
|||
} |
Loading…
Reference in new issue