0.010 2024-06-17 Released-By: PERLANCAR; Urgency: medium - No functional changes. - Forgot to credit contributor in Changes file. 0.009 2024-06-17 Released-By: PERLANCAR; Urgency: medium - [doc] Correct references to $FILE_TEMP_* variables (thanks TEODESIAN!). - Update dependency version of File::Temp to one (0.2310) that has the PERMS flag (thanks TEODESIAN!). 0.008 2021-08-02 Released-By: PERLANCAR; Urgency: medium - [ux] Add modify_text() and modify_binary(). 0.007 2021-08-02 Released-By: PERLANCAR; Urgency: medium - By default set permissions to target file if it exists. - Add variable: $FILE_TEMP_PERMS. - Replace File::Spec->splitpath with File::Basename::basename (handles volume). 0.006 2019-07-21 Released-By: PERLANCAR; Urgency: medium - No functional changes. - [doc] Some wording and formatting tweaks. 0.005 2019-07-16 Released-By: PERLANCAR; Urgency: medium - By default now creates temporary file in the same directory as target filename, to avoid rename() failing with cross-device link error when temporary directory is on a different filesystem than the current one [GH #1]. - [doc] Expand documentation. 0.004 2019-01-14 Released-By: PERLANCAR - Add functions: write_{text,binary}_to_tempfile. 0.003 2017-01-16 Released-By: PERLANCAR - [Bugfix] Derp, confused arguments for tempfile(). 0.002 2017-01-16 Released-By: PERLANCAR - UPDATE: broken release, don't use. - No functional changes. - [doc] Forgot to add Synopsis. 0.001 2017-01-16 Released-By: PERLANCAR - UPDATE: broken release, don't use. - First release.