- 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. OBS-URL: https://build.opensuse.org/request/show/952263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=4
55 lines
2.1 KiB
Plaintext
55 lines
2.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
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.
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
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
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Apr 23 15:00:00 UTC 2021 - Tina Müller <tina.mueller@suse.com>
|
|
|
|
- Initial submission
|