projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7792599
)
changelog
Jesse Luehrs [Wed, 19 Sep 2012 20:56:47 +0000 (15:56 -0500)]
Changes
patch
|
blob
|
blame
|
history
diff --git
a/Changes
b/Changes
index
33d0af1
..
3a911da
100644
(file)
--- a/
Changes
+++ b/
Changes
@@
-3,6
+3,19
@@
for, noteworthy changes.
{{$NEXT}}
+ [BUG FIXES]
+
+ * Fix nonsensical error message for inlined accessors of required attributes.
+ (doy)
+
+ * Stop trying to localize a lexical (blead now throws an error for this). RT
+ #79257, perl #114628. (sprout)
+
+ [OTHER]
+
+ * Depend on a version of Carp new enough to have caller_info. RT #79367.
+ (pshangov)
+
2.0603 Thu, Jun 28, 2012
[BUG FIXES]