-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
37 lines (28 loc) · 1.04 KB
/
Changes
File metadata and controls
37 lines (28 loc) · 1.04 KB
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
36
37
Revision history for Mojo-Base-XS
0.09 Thu Aug 15 21:46:54 2013
Do not mask exceptions in a default value generator
Apply workaround for perl #117947 on affected versions
Portad TARG-optimization from Class::XSAccessor
Fixed couple lvalue-related issues
Fixed #2 - broken perl < 5.14.0 compatibility
0.08 Wed May 08 22:58:42 2013
Rebased to Class-XSAccessor-1.16 C code
0.07 Sun May 05 01:30:01 2013
Added exceptions to match Mojo::Base behavior
Deny calls to accessors on a classname
0.06 Mon Oct 22 14:19:28 2012
Updated to Module::Install 1.06
Separated author tests
0.05 Thu Nov 10 19:10:42 2011
Fixed bug with ExtUtils::ParseXS > 3.04_02 and XSUBs export
0.04 Sun Aug 28 09:46:20 2011
Require perl 5.10
Made tests more failsafe
0.03 Sat Aug 27 13:38:02 2011
Fixed examples
0.02 Sat Aug 27 13:23:12 2011
Fixed memory leaks
Fixed bug with generated default value
Improved documentation
0.01 Fri Aug 12 13:40:56 2011
Initial release.