8
0

Accepting request 295981 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/295981
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-MockModule?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2015-04-14 05:06:00 +00:00
committed by Git OBS Bridge
parent 84e5f5b3dd
commit 26639cbb23
4 changed files with 34 additions and 12 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
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)
-------------------------------------------------------------------
Thu Feb 12 08:36:23 UTC 2015 - coolo@suse.com