From: Shawn M Moore Date: Wed, 12 Aug 2009 01:09:53 +0000 (-0400) Subject: $obj->new is potentially deprecated now X-Git-Tag: 0.89~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b1f67567dd3eb206d89b6441dcf0fb496dd9cfe0;p=gitmo%2FMoose.git $obj->new is potentially deprecated now --- diff --git a/Changes b/Changes index 47c0725..ace1953 100644 --- a/Changes +++ b/Changes @@ -30,6 +30,8 @@ next version * Moose::Meta::Method::Constructor - Fix a bug with $obj->new when $obj has stringify overloading. Reported by Andrew Suffield [rt.cpan.org #47882] (Sartak) + - However, we will probably deprecate $obj->new, so please don't + start using it for new code! 0.88 Fri Jul 24, 2009 * Moose::Manual::Contributing