repository now lives at https://github.com/moose/MooseX-Object-Pluggable
[gitmo/MooseX-Object-Pluggable.git] / Changes
CommitLineData
421e9f8d 1Revision history for MooseX-Object-Pluggable
16d6797e 2
3 - removed use of deprecated Class::MOP::load_class
a5160cac 4 - repository migrated from shadowcat to the github moose organization
16d6797e 5
78f07575 60.0011 Apr 27, 2009
7 Version number FAIL on last release
8
acf6ced2 90.0010 Apr 27, 2009
10 Change how _original_class_name works so it sucks less.
11
8a6fd40d 120.0009 Nov 25, 2008
599dcdc7 13 Avoid throwing an error when load_plugins is called on already-loaded
14 plugins
15
472334a0 160.0008 Jul 18, 2008
17 Cleanup Attribute declarations
18 Eliminate extension mechanisms and the tests
7579722e 19
0e16871f 200.0007 Jan 22, 2008
21 Fix for Moose 0.34
22
9843fa64 230.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.
7579722e 28
208f7b27 290.0005 Apr 13, 2007
30 Goodbye Class::Inspector, hello Module::Object::Pluggable
31 More Tests
32 App namespaces functionality.
0a369903 33 Test for app namespaces functionality
7579722e 34
12d4facb 350.0004 Jan 23, 2007
36 PODFixes
7579722e 37
9bef9c02 380.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
7579722e 44
421e9f8d 450.0002 Jan 16, 2007
46 Forgot Class::Inspector dep on Makefile
7579722e 47
421e9f8d 480.0001 Jan 16, 2007
49 Initial Release!
50