2018-05-18 18:19:23 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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!
|
|
|
|
|
2017-10-08 06:37:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Oct 6 06:03:16 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.13
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
|
|
|
|
|
|
|
v0.13
|
|
|
|
- Added the `redefine()` function. It works just like `mock()`, except if the
|
|
|
|
method being mocked doesn't exist, it causes a panic. Many thanks to Felipe
|
|
|
|
Gasper for this feature!
|
|
|
|
|
2017-07-15 05:00:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 13 06:14:05 UTC 2017 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.12
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
|
|
|
|
|
|
|
v0.12
|
|
|
|
- Added the `noop()` function to make mocking noops easier. Thanks for the PR,
|
|
|
|
Ali Zia!
|
|
|
|
|
|
|
|
v0.11 2016-10-27
|
|
|
|
- Various housekeeping, testing and minor fixes, courtesy of Paul Cochrane, thanks!
|
|
|
|
|
2015-10-29 09:14:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Oct 28 10:25:16 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.11
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
|
|
|
|
2015-06-09 07:47:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 7 09:06:50 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.10
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
|
|
|
|
2015-04-14 05:06:00 +00:00
|
|
|
-------------------------------------------------------------------
|
2015-04-16 18:24:00 +00:00
|
|
|
Thu Apr 16 18:22:37 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- set license to GPL-3.0+
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2015-04-14 05:06:00 +00:00
|
|
|
Mon Apr 13 18:37:51 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- updated to 0.09
|
|
|
|
see /usr/share/doc/packages/perl-Test-MockModule/Changes
|
|
|
|
|
|
|
|
v0.08 2015-03-15
|
|
|
|
- Ensure LICENSE autogenerates for distribution, fixed license issues in Build.PL
|
|
|
|
|
|
|
|
v0.08 2015-03-14
|
|
|
|
- Updated README with correct instructions now that we use Build.PL
|
|
|
|
|
|
|
|
v0.07 2015-03-14
|
|
|
|
- Updated docs for more clarity when handling objects of mocked classes.
|
|
|
|
|
|
|
|
v0.06 2015-03-07
|
|
|
|
- unmock() on inherited subroutines will dispatch to the parent module,
|
|
|
|
rather than replace the local subroutine with the parent's subroutine
|
|
|
|
from the time of mocking (RT77439)
|
|
|
|
|
2015-02-12 08:37:21 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 12 08:36:23 UTC 2015 - coolo@suse.com
|
|
|
|
|
|
|
|
- fix license
|
|
|
|
|
2011-04-21 10:38:57 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Apr 21 10:38:51 UTC 2011 - coolo@opensuse.org
|
|
|
|
|
|
|
|
- initial package 0.05
|
|
|
|
* created by cpanspec 1.78.04
|
|
|
|
|