0.632   2024-07-17  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [dist] Edit Changes (replace Backward-Compatible: no with
          Backward-Incompatible: yes).
0.631   2023-11-24  Released-By: PERLANCAR; Urgency: medium
        - Add function: get_dir_only_symlink().
0.630   2023-11-23  Released-By: PERLANCAR; Urgency: medium
        - Make get_*() accept options.
        - Add option 'ignore_file' to get_dir_only_subdir().
        - Add option ignore_dir to get_dir_only_file().
0.629   2023-11-17  Released-By: PERLANCAR; Urgency: medium
        - Rename module/dist File::MoreUtil -> File::Util::Test to be more
          consistent with other File::Util::* modules.
        - Tweak tests (avoid having empty list returned affecting
          is_deeply().
0.628   2023-11-02  Released-By: PERLANCAR; Urgency: high
        - [bugfix] Fix testing the correct path in get_*{files,subdirs}.
        - Add functions: get_dir_only_{file,subdir}.
0.627   2023-11-02  Released-By: PERLANCAR; Urgency: medium
        - Add functions: dir_only_has_{,dot_,non_dot_}subdirs.
0.626   2022-08-08  Released-By: PERLANCAR; Urgency: medium
        - Add functions: dir_only_has_{files,dot_files,non_dot_files}.
        - [doc] Document rationale for file_exists().
0.625   2021-10-13  Released-By: PERLANCAR; Urgency: medium
	- Add functions: dir_not_empty() and its alias dir_has_entries().
0.624   2020-05-30  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes
	- Add functions: dir_has_non_subdirs, get_dir_non_subdirs.
        - Now regard symlink to dir not as a subdir; a subdir must not be a
          symlink.
0.623   2020-04-13  Released-By: PERLANCAR; Urgency: medium
	- Add routines: get_dir_{,dot_}entries,
	  get_dir_{,dot_,non_dot_}{files,subdirs}.
0.622   2019-08-17  Released-By: PERLANCAR; Urgency: low
	- No functional changes.
	- [doc] Mention App::FileTestUtils.
0.621   2019-04-05  Released-By: PERLANCAR; Urgency: low
        - No functional changes.
        - [doc] Doc tweaks.
0.620   2019-04-05  Released-By: PERLANCAR
	- Add convenience functions: dir_has_{,dot_,non_dot_}files,
	  dir_has_{,dot_,non_dot_}subdirs.
0.61    2017-07-11  Released-By: PERLANCAR
	- No functional changes.
	- [test] Replace File::Slurp::Tiny with File::Slurper.
0.60    2015-09-03  Released-By: PERLANCAR
	- No functional changes.
	- [dist] Move spec prereqs from RuntimeRequires to
	  DevelopRecommends to reduce deps but still allow indicating spec
	  requirement.
0.59    2014-12-05  Released-By: PERLANCAR
	- Rename module/dist from SHARYANTO-File-Util to File-MoreUtil.
	- Split SHARYANTO::File::Flock to its own dist and rename it to
          File::Flock::Retry.
0.58    2014-11-23  Released-By: PERLANCAR
	- No functional changes.
	- Skip unreadable test when running as root [RT#100497].
0.57     2014-05-17  Released-By: SHARYANTO
         - No functional changes.
         - Replace File::Slurp with File::Slurp::Tiny.
0.56    2013-09-11  Released-By: SHARYANTO
        - No functional changes. Split from SHARYANTO-Utils to minimize
          dependencies (I'm trying to make Perinci::CmdLine work under Windows).