From: Dave Rolsky Date: Sat, 26 May 2012 21:53:33 +0000 (-0500) Subject: Doc super() warning in Changes X-Git-Tag: 2.0800~46 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=7d24db9289ff608fb713ac0e699422a4e36f4d42 Doc super() warning in Changes --- diff --git a/Changes b/Changes index 5458ece..fb1ff41 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,11 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * The super() subroutine now carps if you pass it arguments. These arguments + are always ignored, but we used to ignore them silently. RT #77383. + [BUG FIXES] * Fix false positive when checking for circular references for modules that