From: Dave Rolsky Date: Sun, 16 Sep 2012 17:25:23 +0000 (-0500) Subject: Give credit to Peter Shangov for has() change X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e3a825545ccd393730563ff61b0a84f0f44ff824;p=gitmo%2FMoose.git Give credit to Peter Shangov for has() change --- diff --git a/Changes b/Changes index 5554cdc..7f430c4 100644 --- a/Changes +++ b/Changes @@ -13,7 +13,8 @@ for, noteworthy changes. * The has() sub exported by Moose no longer checks whether it received an even number of arguments (after the name). Instead, this is checked by - Moose::Meta::Attribute->interpolate_class_and_new. + Moose::Meta::Attribute->interpolate_class_and_new. Based on a patch from + Peter Shangov. RT #79376. [BUG FIXES]