-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
46 lines (30 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
Revision history for Class-Unload
{{$NEXT}}
0.11 2017-06-22 17:41:44+01:00 Europe/London
- No changes since 0.10-TRIAL
0.10 2017-06-08 13:12:04+01:00 Europe/London (TRIAL RELEASE)
- Remove Moose metaclasses (RT#122048)
0.09 2015-07-03 11:11:32+01:00 Europe/London
- Add META.json and resources metadata (RT#105634)
0.08 2013-05-26 15:55:39 Europe/London
- Add =encoding directive to POD (RT#85625)
0.07 2011-01-26 23:27:56 Europe/London
- Clean up after Class::C3 on pre-5.10 perls.
0.06 2010-04-26 20:38:54 Europe/London
- Convert to Dist::Zilla
0.05 Mon Nov 1, 2008
- Set $VERSION in a way MakeMaker can detect.
0.04 Mon Nov 1, 2008
- Make compatible with Perl back to 5.005.
- Test unloading a class that's not loaded.
0.03 Wed May 14, 2008
- Remove pointless deletion of empty namespaces.
- Add inheritance tests.
- Fix %INC path generation on non-UNIX platforms.
0.02 Tue Apr 15, 2008
- Fix deleting of parent symbol table entry for
multi-level class names.
- Clear @ISA before clearing the symbol table to
make perl 5.10 invalidate its inheritance cache.
0.01 Sat Apr 12, 2008
Initial version.