X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=1dab29c9812a6639199597fa6a80da6981b22d8f;hb=b085a25c183c1c7ab0c665bfffba5aa0f46d0b88;hp=93d335d446bb17557e9db1fc89d74cf38b0594d7;hpb=9843fa6414b84344cefa7c551b2253723bed64a7;p=gitmo%2FMooseX-Object-Pluggable.git diff --git a/Changes b/Changes index 93d335d..1dab29c 100644 --- a/Changes +++ b/Changes @@ -1,24 +1,36 @@ Revision history for MooseX-Object-Pluggable +0.0008 + Cleanup Aattribute declarations + Eliminate extension mechanisms + +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!