Revision history for perl module Test::MonkeyMock
0.12 2019-11-13T09:34:05Z
- Correctly handle all-uppercase methods
0.11 2018-09-23T15:06:25Z
- add license
0.10 2017-09-29T17:49:14Z
- preserve aliases
0.09 2015-12-01T09:12:45Z
- fix class names when mocking
0.08 2014-12-18T22:36:28Z
- support when and frame options
- more documentation
0.07 2014-01-07T08:07:19Z
- Just meta files update
0.06 2013-11-07T09:07:10Z
- Mock not hash based classes too
0.05 2013-11-01T14:46:45Z
- Remember return values
0.04 2013-10-29T15:12:26Z
- Magic needed not mocked method sniffing
0.03 2013-10-28T14:11:31Z
- Copy internal object state to mock object too
0.02 2013-10-28T13:41:18Z
- 'can' returns sub ref
- No more class magic
- Original class gets always a mocked instance
0.01 2013-10-08T12:15:58Z
- Initial release