diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-08-22 11:16:55 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-08-22 12:32:41 -0700 |
commit | c9795579db61c900bacee2790bdceb7bad3dd45d (patch) | |
tree | 57e590f5fd8c895fe138182282ade30b1f0e5eab /ext/Devel-Peek/Changes | |
parent | 3cb7b6725f8ce3f136bc320e28585ea669d922fd (diff) | |
download | perl-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/Changes | 3 |
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 |