Juerd Waalboer
fbb178d5ac
Formal mechanism for retrying input
...
This allows for alias plugins with better error messages and better
logging than with the $_[2] =~ s/// hack.
2023-09-18 01:31:13 +02:00
Juerd Waalboer
59387ddba4
Use formerly experimental Perl features with "use experimental"
...
This is semantically equivalent to use feature + no warnings, but less
noisy. I've also added comments to indicate when the line can be
removed.
2023-09-10 02:13:33 +02:00
Juerd Waalboer
bf8d69b5e6
Split documentation for RevBank::Global
2023-05-23 12:56:34 +02:00
Juerd Waalboer
22ca2ec61e
Implement global advisory lock
2022-08-29 17:50:12 +02:00
Juerd Waalboer
c9ef624d82
Update error message
2022-06-12 22:49:33 +02:00
Juerd Waalboer
eed0db7897
Cleanup: use subroutine signatures, remove deprecated methods.
...
The signatures feature has been "experimental" since Perl 5.20 (May 2014), but
expected to stay. After 8 years I'm ready to take the risk :)
Have added Perl v5.28 (June 2018) as the minimum requirement, even though the
current revbank should work with 5.20, to see if this bothers any users. Perl
v5.28 is in Debian "buster", which is now oldstable.
2021-12-03 18:00:34 +01:00
Juerd Waalboer
6850ed22be
Remove requirement for dummy command method in hook-only plugins
2021-12-03 01:49:11 +01:00
Juerd Waalboer
38a0229899
Ditch floating point numbers, use cents instead; bump version to 3.2
2021-12-02 22:18:06 +01:00
Juerd Waalboer
b0ee7e88bf
cwd is no longer in @INC in new perl versions
2017-02-18 22:31:19 +01:00