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