X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-UndefTolerant.git;a=blobdiff_plain;f=Changes;h=3bb443e8eba9f661ce6a51c868273e3c46783609;hp=e00ea8787c804101f3ab7d97ac9b1bcd97e1e1dc;hb=779ca481dfc39471fbcbe33772436cf72daac821;hpb=c3476f31b926cb4e23c5742260ed6976cace4966 diff --git a/Changes b/Changes index e00ea87..3bb443e 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,10 @@ Revision history for MooseX-UndefTolerant +0.04 January 23, 2010 + * Rather than skipping initialization all together, just pop off the undef + and let the init happen normally. This makes default values work + properly. (Test provided by (and thanks to) Tom Heady) + 0.03 December 3, 2009 * Fiddle with dependencies.