The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Devel-MAT-Dumper

0.39    2019-01-16 14:20:35
        [BUGFIXES]
         * Handle the incorrect value of AvFILL(PL_curstack)
         * Avoid some (harmless) compiler warnings

0.38    2019-01-14 17:44:15
        [CHANGES]
         * Capture saved values of 'local' variables and aggregate slots on
           perl 5.18+ (RT125918)
         * Add an entire new (experimental) mechanism for thirdparty XS
           modules to provide additional annotations for SV to SV references
         * Define PMAT format 0.4, which adds a table of SV extension sizes

0.37    2018-07-24 17:55:09
        [CHANGES]
         * Define PMAT format 0.3, which represents undef SCALARs more
           efficiently

        [BUGFIXES]
         * Don't skip SVt_NULL SVs as they are valid undefs (RT125915)

0.36    2018-07-16 20:21:41
        [CHANGES]
         * Split from Devel-MAT distribution