- 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!
- Fixes a minor bug in the release tarball
Details
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R4022:0fc55b455922: Update perl-test-mockmodule to 0.15
Passed the make test. Run a local build/test of perl-archive-zip
Diff Detail
Diff Detail
- Repository
- R4022 perl-test-mockmodule
- Lint
Lint Not Applicable - Unit
Tests Not Applicable