-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathChanges
More file actions
27 lines (20 loc) · 668 Bytes
/
Changes
File metadata and controls
27 lines (20 loc) · 668 Bytes
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
Revision history for Perl extension MouseX::AttributeHelpers
0.07
- Fix ImmutableHash's get problem (kzys)
0.06
- Make submodules auto-loaded (gfx)
- Make metaclasses immutable (gfx)
- Call associate_method() for attributes (gfx)
0.05
- Modernize the code for new Mouse (gfx)
- use Mouse 0.40 (gfx)
0.04
- use Mouse 0.37, thanks to Goro Fuji (gfx)
0.03
- no functional changes, no need to update
- moved Any::Moose dependency to test_requires section
0.02
- added test for Any::Moose
- works with 'ro', 'builder' and 'lazy_build' attributes
0.01
- original version