The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for File-XDG

1.02      2022-05-18 15:34:26 -0600
  - Correct location of the default state directory (gh#24,gh#25)

1.01      2022-02-23 08:06:52 -0700
  - Production release identical to 1.00_01

1.00_01   2022-01-01 15:17:34 -0700
  - api = 1 is no longer experimental, no longer warns and is
    better documented (gh#23)

0.11      2021-12-30 05:42:19 -0700
  - Production release identical to 0.10_01

0.10_01   2021-12-28 10:36:10 -0700
  - Added option strict (gh#19)
  - Added exe_dir method (gh#15, gh#18)
  - Added runtime_home method (gh#15, gh#20, gh#22)
  - Added state_home method (gh#15, gh#21)

0.09_01   2021-12-27 12:58:16 -0700
  - Added option path_class (gh#16, gh#17)
  - Added option api (gh#17)
  - New experimental API (api => 1)
    - lookup_config_file and lookup_data_file will use the name passed
      to the constructor, rather than passed to the method (gh#14, gh#17)
    - Methods that return a path will return a Path::Tiny object instead
      of a Path::Class object by default (gh#16, gh#17)
    - Experimental API will issue a warning, until it becomes stable
      (on the release of 1.00) (gh#17)

0.08      2021-10-14 10:59:35 -0600
  - Fix typo which caused confusing diagnostic when an invalid
    key is passed into the constructor (gh#12, gh#13)

0.07      2021-07-04 13:54:24 -0600
  - Documentation changes only.

0.06      2021-07-02 05:15:09 -0600
  - Remove dependency on File::HomeDir (gh#7)
  - Fix tests on Windows (gh#5, gh#7)
  - Add data_dirs_list and config_dirs_list methods (gh#8, gh#9)

0.05      2021-07-01 14:29:45 -0600
  - Added Changes file for future changes
  - New maintainer

0.04_001       2014-10-08
  - Removed retroactively experimental Perl features
    to avoid warnings (rt#100798)