summaryrefslogtreecommitdiff
path: root/ext/Devel-Peek/Changes
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-08-22 11:16:55 -0600
committerFather Chrysostomos <sprout@cpan.org>2012-08-22 12:32:41 -0700
commitc9795579db61c900bacee2790bdceb7bad3dd45d (patch)
tree57e590f5fd8c895fe138182282ade30b1f0e5eab /ext/Devel-Peek/Changes
parent3cb7b6725f8ce3f136bc320e28585ea669d922fd (diff)
downloadperl-c9795579db61c900bacee2790bdceb7bad3dd45d.tar.gz
Devel::Peek: Fix so compiles under C++
Commit 86b9d29366aea0e71ad75b61d04f56f1fe5b0d4d created a new PADLIST type. However, this broke the compilation of Devel::Peek with C++. This commit gets it to compile again, and pass our regression test suite. [Modified by the committer to use the correct PADLIST_ macros; other- wise it will crash.]
Diffstat (limited to 'ext/Devel-Peek/Changes')
-rw-r--r--ext/Devel-Peek/Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/Devel-Peek/Changes b/ext/Devel-Peek/Changes
index 0bd9583a7e..e26342b447 100644
--- a/ext/Devel-Peek/Changes
+++ b/ext/Devel-Peek/Changes
@@ -68,3 +68,6 @@
1.09:
2012-07-23: Modify tests for 5.18's slightly different flags.
+1.10:
+ 2012-08-22: Update so compiles under C++ with new PADLIST changes in
+ the Perl core