forked from pboyd/MooseX-Test-Role
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
35 lines (22 loc) · 934 Bytes
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
0.06 2014-03-21
- Fixing a bug where method modifers were clobbered after being applied.
0.05 2014-03-08
- Support for older Role::Tiny versions without Role::Tiny::is_role
- Adds consuming_class(), for creating a class that consumes a role without
creating an instance of it.
- Adds consuming_instance(), which is essentially consumer_of with named
arguments.
0.04 2014-03-01
- Adds support for Role::Tiny and Moo::Role (newer versions of Moo::Role
- Support Role::Tiny versions before
0.04 2014-03-01
- Adds support for Role::Tiny and Moo::Role (newer versions of Moo::Role
were actually working before).
- Removes a hard dependency on Moose.
- Adds Class::Load as a dependency.
0.03 2012-12-03
- Documentation update.
0.02 2011-05-23
- Added consumer_of().
0.01 2011-05-22
- Initial release, with only the requires_ok() function.