Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## Unreleased
## 0.185.3 — 2026-06-15

## What's Changed
* fix(GH #93): don't require Moose when mocking a Moo class — `_meta_for` no longer triggers Moo's lazy Moose metaclass inflation
* Fix/93 moo meta no moose by @geofffranks in https://github.com/geofffranks/test-mockmodule/pull/94


**Full Changelog**: https://github.com/geofffranks/test-mockmodule/compare/0.185.2...0.185.3

## 0.185.2 — 2026-05-29

Expand Down
2 changes: 1 addition & 1 deletion lib/Test/MockModule.pm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use Scalar::Util qw/reftype refaddr weaken/;
use Carp;
use SUPER;
# This is now auto-updated at release time by the github action
$VERSION = '0.185.2';
$VERSION = '0.185.3';

our $GLOBAL_STRICT_MODE;

Expand Down
Loading