10 Commits

Author SHA256 Message Date
90e80d4a1d Add Gitea build results 2025-08-12 18:17:48 +02:00
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
9a0db705af Fix disabling of __perllib_provides
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=8
2024-03-08 23:05:55 +00:00
7bf4bbd7c5 Accepting request 1101058 from devel:languages:perl:autoupdate
- new version format, see https://github.com/openSUSE/cpanspec/issues/47
- 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

OBS-URL: https://build.opensuse.org/request/show/1101058
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=7
2023-07-28 07:27:07 +00:00
895f9bff39 Accepting request 1100689 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/1100689
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=6
2023-07-26 11:41:00 +00:00
68092d3f2b Accepting request 954203 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/954203
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=5
2022-02-15 15:14:47 +00:00
fb8943ee30 Accepting request 952263 from devel:languages:perl:autoupdate
- 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
2022-02-08 15:53:23 +00:00
85496ed9d1 Accepting request 947251 from devel:languages:perl:autoupdate
- 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

OBS-URL: https://build.opensuse.org/request/show/947251
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=3
2022-01-20 10:23:33 +00:00
Lars Vogdt
7b2e466fe1 Accepting request 943102 from devel:languages:perl:autoupdate
- updated to 0.022
   see /usr/share/doc/packages/perl-Test-MockFile/Changes

OBS-URL: https://build.opensuse.org/request/show/943102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=2
2022-01-01 17:39:49 +00:00
5c077e3503 Accepting request 888066 from home:tinita:branches:devel:languages:perl:CPAN-T
Dependency for Playwright

OBS-URL: https://build.opensuse.org/request/show/888066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockFile?expand=0&rev=1
2021-04-24 12:28:53 +00:00