Skip to content

v0.171.0

Compare
Choose a tag to compare
@geofffranks geofffranks released this 19 Oct 15:43
· 42 commits to master since this release

Changes

  • 89dc5c0 Fixes #25 - mocking core::global no longer fails trying to load the module - Geoff Franks
  • 9bb081a update ci for fewer infinite loops - Geoff Franks
  • 289d014 Update release notes for all the newly merged PRs - Geoff Franks
  • fef9e74 Allow chaining of new with mock, redefine, define - Nicolas Rochelemagne
  • e136131 Prevent redefine() from triggering DESTROY. - Felipe Gasper
  • 311f6b4 Adjust Travis CI configuration to use travis-perl.github.io - Nicolas Rochelemagne
  • 2bed3e2 Add strict mode to ban the use of noop and mock. - Todd Rinaldo
  • 0298d8d Provide define method so the mock method is unneeded in tests. - Todd Rinaldo