mirror of
https://codeberg.org/scip/Crypt--PWSafe3.git
synced 2025-12-16 12:11:02 +01:00
19 lines
401 B
Plaintext
19 lines
401 B
Plaintext
1.03
|
|
after saving we do not mv the tmp file but copying
|
|
it, because mv sometimes doesn't work with files the
|
|
current user is not the owner but has write permissions
|
|
while cp works on such files. so now we cp and unlink
|
|
the tmpfile after saving.
|
|
|
|
1.02
|
|
doc fix in ::Record (group separator is . not /)
|
|
added Shell.pm to Makefile.PL dependencies
|
|
|
|
|
|
1.01
|
|
bug fix in t/run.t
|
|
|
|
|
|
1.00
|
|
initial version
|