Rename revbank.oepl to .revbank.oepl
Generally, files that revbank writes to are hidden. (revbank.accounts and revbank.statiegeld were mistakes.)
This commit is contained in:
parent
0c071f3830
commit
4d1dee6794
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
|||
use RevBank::Products qw(read_products);
|
||||
use FindBin qw($Bin);
|
||||
|
||||
my $fn = "revbank.oepl";
|
||||
my $fn = ".revbank.oepl";
|
||||
my $hex = '[0-9A-F]';
|
||||
my $mac_regex = qr/^(?:$hex {12}|$hex {14}|$hex {16})$/x;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue