projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b99506c
)
Doc super() warning in Changes
Dave Rolsky [Sat, 26 May 2012 21:53:33 +0000 (16:53 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
5458ece
..
fb1ff41
100644
(file)
--- 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