Skip to content

Releases: geofffranks/test-mockmodule

v0.178.0

26 Apr 17:25
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.177.0...0.178.0

v0.177.0

07 Sep 16:30
Compare
Choose a tag to compare

Changes

  • 35f0d0b Update changelog - Geoff Franks
  • 1d5b485 Move test modules from build to test requires - Olaf Alders
  • 78afe10 Clean up changelog - Geoff Franks

v0.176.0

05 Jan 16:43
Compare
Choose a tag to compare

Changes

  • 3ba8bc7 lexically scoped strictness - David Cantrell
  • e57fc5a Update ci with dockerhub auth - Geoff Franks
  • bfe1e63 Update GitHub workflow with deprecated add-path - Nicolas R

v0.175.0

17 Sep 17:45
Compare
Choose a tag to compare

Changes

  • 964aa2a Ignore CI files and whitesource - Nicolas R

v0.174.0

15 Sep 00:29
Compare
Choose a tag to compare

Changes

v0.173.0

12 Jun 11:32
Compare
Choose a tag to compare

Changes

  • 4dacd82 Add warning when 'unmock' called without arguments - Matthew Hughes
  • b20dc7c import warns when using unknown argument - Nicolas R
  • 3b217ba Fix windows CI by installing SUPER - Nicolas R
  • 0ef70c5 Add .whitesource configuration file - whitesource-bolt-for-github[bot]

v0.172.0

19 Feb 14:14
Compare
Choose a tag to compare

Changes

  • 7558aa9 Make sure we can redefine a function in 'main' - Nicolas R
  • 0538fe1 Plug GitHub workflow as additional CI - Nicolas R
  • 0e9d90b update parallel to use in_parallel instead ofaggregate - Geoff Franks

v0.171.0

19 Oct 15:43
Compare
Choose a tag to compare

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

v0.170.0

01 Sep 04:54
Compare
Choose a tag to compare

Changes

  • 182d066 Fix versioning for semver conversion + PAUSE - Geoff Franks
  • 4afeedf release v0.17.0 - CI Bot
  • 9df8ac4 Add CI pipeline for releasing to cpan - Geoff Franks
  • 577350e Pod - provide a code snippet for original usage - Nicolas R
  • 3e4ec72 Add missing pod entries - Geoff Franks

v0.12

12 Jul 20:02
Compare
Choose a tag to compare

Improvements

  • Ali Zia added the noop() function to mocked modules, allowing you to easily override/mock
    out a list of functions that will just return 1, and do nothing else.

    Thanks Ali!