X-Git-Url: https://git.octo.it/?p=onis.git;a=blobdiff_plain;f=lib%2FOnis%2FData%2FPersistent%2FStorable.pm;h=67597fe58d5219f21393335bf9daef47a254b832;hp=ae7840a87a500347ee58be94d425a4db6e534e5c;hb=61edec54c59c6bd9d8bdbc1983dacdcaf4b02ed1;hpb=119c9ff55d96a87f2b0a1cd66460c53c50cb8127 diff --git a/lib/Onis/Data/Persistent/Storable.pm b/lib/Onis/Data/Persistent/Storable.pm index ae7840a..67597fe 100644 --- a/lib/Onis/Data/Persistent/Storable.pm +++ b/lib/Onis/Data/Persistent/Storable.pm @@ -34,7 +34,7 @@ Sets the file to use for storable. =cut -our $StorableFile = get_config ('storable_file') || 'persistency.dat'; +our $StorableFile = get_config ('storable_file') || 'var/storable.dat'; if (-f $StorableFile) {