The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Revision history for Test2-Plugin-FauxHomeDir

0.05      2019-05-24 10:12:14 -0400
  - Patch the patched File::HomeDir that is patched by Portable Strawberry Perl on windows
    (gh#2, gh#4)
  - Better diagnostics when things fail (gh#3 shawnlaffan++)

0.04      2018-04-18 12:46:06 -0400
  - Add real_home_dir method
    mildly begrudgingly

0.03      2017-08-07 15:52:03 -0400
  - Fall back on getlogin or getpwuid for determining username

0.02      2017-07-23 08:59:06 -0400
  - warn via either note or diag (depending on if the test fails) if
    File::HomeDir::Test has been loaded.

0.01      2017-07-22 21:58:35 -0400
  - initial version