aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFiles
2021-02-13Change bugtracker addressHEADv1.02masterSergey Poznyakoff1
As a reaction to https://log.perl.org/2020/12/rtcpanorg-sunset.html, bugtracker switched to puszcza.gnu.org.ua
2020-01-27Various improvements; support for MSWin32v1.01Sergey Poznyakoff1
* Makefile.PL: Minimal Perl version 5.14.2 When building on MSWin32, require Win32API::File. * lib/File/BackupCopy.pm: Provide three different versions of the rename_backup function: for POSIX systems, for MSWin32 and a fallback for systems not falling into either category. * t/TestBackup.pm: Minor change in import.
2020-01-22Don't create temporary file if falling back to simple backupSergey Poznyakoff1
2020-01-22Optimize file creation loopSergey Poznyakoff1
* lib/File/BackupCopy.pm (backup_copy_simple): Use base file name as the last argument to catfile. (backup_copy_internal): Compute backup file stub name before the loop.
2020-01-22BugfixesSergey Poznyakoff1
* lib/File/BackupCopy.pm (backup_copy_internal): Clear unlink_on_destroy on success. * t/02auto.t: close FH to avoid spurious warnings * t/TestBackup.pm: Fix incorrect range.
2020-01-20Rename package to File::BackupCopySergey Poznyakoff1
2020-01-19Improve the APISergey Poznyakoff1
Optional keyword arguments can be used to control error handling and to specify the directory where to create backup copies.
2020-01-19Don't export specific backup interfaces by default.Sergey Poznyakoff1
2020-01-19Add documentationSergey Poznyakoff1
2020-01-19Initial commitSergey Poznyakoff1

Return to:

Send suggestions and report system problems to the System administrator.