Class::MOP::load_class has been deprecated in Moose 2.1200
[gitmo/MooseX-Object-Pluggable.git] / Changes
1 Revision history for MooseX-Object-Pluggable
2
3           - removed use of deprecated Class::MOP::load_class
4
5 0.0011    Apr 27, 2009
6           Version number FAIL on last release
7
8 0.0010    Apr 27, 2009
9           Change how _original_class_name works so it sucks less.
10
11 0.0009    Nov 25, 2008
12           Avoid throwing an error when load_plugins is called on already-loaded
13               plugins
14
15 0.0008    Jul 18, 2008
16           Cleanup Attribute declarations
17           Eliminate extension mechanisms and the tests
18
19 0.0007    Jan 22, 2008
20           Fix for Moose 0.34
21
22 0.0006    Jan 11, 2008
23           Deprecate the Extension mechanism
24           Added load_plugins
25           Test while classes are immutable for good measure.
26           Remove use strict and use warnings. Moose does it for us.
27
28 0.0005    Apr 13, 2007
29           Goodbye Class::Inspector, hello Module::Object::Pluggable
30           More Tests
31           App namespaces functionality.
32           Test for app namespaces functionality
33
34 0.0004    Jan 23, 2007
35           PODFixes
36
37 0.0003    Jan 19, 2007
38           Forget anon classes, go back to applying to $self
39           goodbye __anon_subclass and _anon_subclass
40           hello _original_class_name
41           Props to mst for pointing out the error of my ways
42           A couple more minor tests
43
44 0.0002    Jan 16, 2007
45           Forgot Class::Inspector dep on Makefile
46
47 0.0001    Jan 16, 2007
48           Initial Release!
49