Files
perl-Test-MockFile/perl-Test-MockFile.changes
Oliver Kurz d2910b989b Accepting request 1279842 from devel:languages:perl:autoupdate
- updated to 0.37.0 (0.037)
   see /usr/share/doc/packages/perl-Test-MockFile/Changes
  0.037   4/15/2025
  - Fix unit test broken in perl 5.41.4

OBS-URL: https://build.opensuse.org/request/show/1279842
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=9
2025-05-24 19:37:20 +00:00

146 lines
5.8 KiB
Plaintext

-------------------------------------------------------------------
Fri May 16 05:36:55 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.37.0 (0.037)
see /usr/share/doc/packages/perl-Test-MockFile/Changes
0.037 4/15/2025
- Fix unit test broken in perl 5.41.4
-------------------------------------------------------------------
Fri Mar 8 23:05:52 UTC 2024 - Tina Müller <tina.mueller@suse.com>
- Fix disabling of __perllib_provides
-------------------------------------------------------------------
Thu Jul 27 03:09:30 UTC 2023 - Tina Müller <timueller+perl@suse.de>
- updated to 0.036
see /usr/share/doc/packages/perl-Test-MockFile/Changes
0.036 7/26/2023
- GH #181 - Detect incorrect usage of add_strict_rule_for_command
-------------------------------------------------------------------
Thu Dec 1 03:08:01 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.035
see /usr/share/doc/packages/perl-Test-MockFile/Changes
0.035 11/30/2022
- GH #180 - Prevent open() and sysopen() from opening GLOB(..)-like paths.
0.034 4/25/2022
- GH #176: Add file handle support for BINMODE. This does nothing at this
time but at least it doesn't die.
- support for ~/foo and ~user/foo in mocking and access (globs)
0.033 3/7/2022
- Request last Overload::FileCheck release - 0.013
- Correct chown parameter position for file name
- Fixup Plugin for File::Temp tempfile in scalar context logic.
- Track File::Temp version in unit tests.
0.032 2/24/2022
- Less strict mode - Don't complain about commands not opening or directly interacting with a file.
0.031 2/24/2022
- Fix for Plugin::FileTemp when calling tempfile in scalar context
0.030 2/22/2022
- Simplify _strict_mode_violation
- Introduce new_dir() to allow older dir() syntax.
- Provide a mechanism to setup custom strict rules
- Make is_strict_mode a helper
- Do not call _get_file_object when all we're trying to determine is if the file is mocked or not.
- Add Test::MockFile::Plugins
- We support "undef" as filename in strict rules to ignore filenames
- Block Plugin::FileTemp < 5.28
- Update MANIFEST
0.029 2/16/2022
- Fix broken link to small test documentation
- Ensure strict mode is enabled by default and prevent import conflicts.
- Fix warnings during global destruction
- Additional rules for _abs_path_to_file
- GH #103 - Update eg/example.pl:
- Add rmdir, mkdir and unlink default position
- Postpone file arg check during strict mode analysis
- Fixup hook args and teach for mkdir filename pos
- Perltidy policy changes.
- Use carp in filename and readlink
- Fix broken link to small test documentation
-------------------------------------------------------------------
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
-------------------------------------------------------------------
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