8
0

Accepting request 604584 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/604584
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=15
This commit is contained in:
2018-05-18 18:19:23 +00:00
committed by Git OBS Bridge
parent c08f1cac8c
commit 13f488d09c
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 6 06:00:00 UTC 2018 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Test-MockModule/Changes
v0.14
- Fixes a bug where the `redefine()` function was dying when attempting to
mock a function that was defined further up a module's inheritance chain.
It now only dies when the mocked function does not exist in the module being
mocked, or any of its parent modules. Thanks @atoomic for the improvement!
-------------------------------------------------------------------
Fri Oct 6 06:03:16 UTC 2017 - coolo@suse.com