2022-02-15 15:14:47 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Feb 13 03:07:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.028
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockFile/Changes
|
|
|
|
|
|
|
|
0.028 2/12/2022
|
|
|
|
- Update test for our FreeBSD results
|
|
|
|
- GH #122 - Support two-arg open, read/write, and understand pipes
|
|
|
|
- Add strict guards for additional keywords: readdir, telldir, rewinddir,
|
|
|
|
seekdir, closedir, readlink, mkdir, rmdir
|
|
|
|
- Revert to old symbol resolution technique.
|
|
|
|
|
|
|
|
0.027 2/10/2022
|
|
|
|
- GH #75 - Strict mode is now on by default
|
|
|
|
- GH #45 - Provide a helpful error message and document fileno unsupported.
|
|
|
|
- GH #90 - Normalize forward slashes.
|
|
|
|
- GH #126 - Document using debugger under strict mode.
|
|
|
|
- Do not hard-code values of $!
|
|
|
|
- Try to get more data when t/runtime-bareword-filehandles.t fails on cpan testers.
|
|
|
|
- GH #64 - Do not overwrite the error code when checking for Docker
|
|
|
|
- GH #63 - FreeBSD's readlink() returns EINVAL for readlink(undef):
|
|
|
|
- Add more data for debugging test failures on OpenBSD
|
|
|
|
|
2022-02-08 15:53:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Feb 4 03:07:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.026
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockFile/Changes
|
|
|
|
|
|
|
|
0.026 2/3/2022
|
|
|
|
- Fix support for mocking the top-level directory.
|
|
|
|
- Symlinks should appear in readdir
|
|
|
|
- Fix directory instantiation when creating a symlink.
|
|
|
|
- GH #105: Show directories in readdir
|
|
|
|
- Improve relative path management
|
|
|
|
- Don't let stat() get confused with trailing forward slash
|
|
|
|
- GH #118: Do not get confused by inner directory files.
|
|
|
|
- GH #85: Do not corrupt blessed handles.
|
|
|
|
0.025 1/26/2022
|
|
|
|
- Fix typo in chmod mock. Was accidentally calling chown.
|
|
|
|
- Fix dependency on Text::Glob. It is now a runtime requirement.
|
|
|
|
0.024 1/24/2022
|
|
|
|
- Prefer Carp::confess to die
|
|
|
|
- Do not use "$!" in tests as it's not consistent across platforms
|
|
|
|
- GH #78: Do not allow rmdir on a populated directory.
|
|
|
|
- GH #73: Prefer the term ->path to ->filename as it is more clear between file/dir
|
|
|
|
- chown $fh now works.
|
|
|
|
- Only warn about mixed files when using mocked files
|
|
|
|
0.024_01
|
|
|
|
- GH #83: Get Solaris testers passing.
|
|
|
|
- Remove all use of "$!" in tests as this has tranlation problems.
|
|
|
|
|
2022-01-20 10:23:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 15 03:09:25 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.023
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockFile/Changes
|
|
|
|
|
|
|
|
0.023 1/14/2022
|
|
|
|
- GH #58: Fix synopsis typos
|
|
|
|
- GH #65: Fix typos in the typo fixes.
|
|
|
|
- GH #34: Support open() with barewords
|
|
|
|
- GH #59: Detect and reject common path mistakes when mocking
|
|
|
|
- GH #69: Redesigned dir() (and some file()) interface <--- breaks previous interface
|
|
|
|
- GH #40: Support glob()
|
|
|
|
- GH #15: Implement chown/chmod
|
|
|
|
|
2022-01-01 17:39:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 28 03:07:00 UTC 2021 - Tina Müller <timueller+perl@suse.de>
|
|
|
|
|
|
|
|
- updated to 0.022
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockFile/Changes
|
|
|
|
|
2021-04-24 12:28:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Apr 23 15:00:00 UTC 2021 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
|
|
|
|
- Initial submission
|