You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The feature is in the code for 10 months now but not yet used by the official repository; it might well be used by some private forks.
In view of #423, it should remain part of the code.
Directorium.pm has an issue because data.txt does not have a base column.
sub load_data_data() function init the _data hash:
$_data{$ver}{base} = $base;
as data.txt does not have a base column, thus this value is always empty.
this affects get_kalendar, get_transfer, get s_transfer and get_tempora, as they are always returning '' and last line is never reach:
The text was updated successfully, but these errors were encountered: