X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=7f55114ffd61eed21c9f470b3cb7ebbf1d3cbaf8;hb=599dcdc76ad9a3135cb350c5f1db869ad192c95b;hp=a77ba34c532fd121ed0562a99095f511d1974a17;hpb=0a3699035d5ad670bca87b40d8622f3dee19ecc3;p=gitmo%2FMooseX-Object-Pluggable.git diff --git a/Changes b/Changes index a77ba34..7f55114 100644 --- a/Changes +++ b/Changes @@ -1,19 +1,40 @@ Revision history for MooseX-Object-Pluggable +0.0009 + Avoid throwing an error when load_plugins is called on already-loaded + plugins + +0.0008 Jul 18, 2008 + Cleanup Attribute declarations + Eliminate extension mechanisms and the tests + +0.0007 Jan 22, 2008 + Fix for Moose 0.34 + +0.0006 Jan 11, 2008 + Deprecate the Extension mechanism + Added load_plugins + Test while classes are immutable for good measure. + Remove use strict and use warnings. Moose does it for us. + 0.0005 Apr 13, 2007 Goodbye Class::Inspector, hello Module::Object::Pluggable More Tests App namespaces functionality. Test for app namespaces functionality + 0.0004 Jan 23, 2007 PODFixes + 0.0003 Jan 19, 2007 Forget anon classes, go back to applying to $self goodbye __anon_subclass and _anon_subclass hello _original_class_name Props to mst for pointing out the error of my ways A couple more minor tests + 0.0002 Jan 16, 2007 Forgot Class::Inspector dep on Makefile + 0.0001 Jan 16, 2007 Initial Release!