v6.1.5: silence warning in Perl < 5.36
This commit is contained in:
parent
e3b054272d
commit
7f8603748d
1 changed files with 3 additions and 3 deletions
6
revbank
6
revbank
|
@ -2,8 +2,8 @@
|
|||
|
||||
use v5.32;
|
||||
use warnings;
|
||||
use feature qw(signatures isa);
|
||||
no warnings "experimental::signatures";
|
||||
use experimental 'isa'; # stable since v5.36
|
||||
use experimental 'signatures'; # stable since v5.36
|
||||
|
||||
use List::Util qw(uniq);
|
||||
use POSIX qw(ttyname);
|
||||
|
@ -16,7 +16,7 @@ use RevBank::Messages;
|
|||
use RevBank::Cart;
|
||||
use RevBank::Prompt;
|
||||
|
||||
our $VERSION = "6.1.4";
|
||||
our $VERSION = "6.1.5";
|
||||
our %HELP1 = (
|
||||
"abort" => "Abort the current transaction",
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue