The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Linux::Smaps::Tiny

0.09 2012-07-01 15:39:17

    - CPAN RT #78029: fix a memory leak reported by Norbert
      Buchmüller.

0.08 2011-07-20 19:20:57

    - The 0.07 releas had a bugfix in the XS API. It now actually
      works as documented when given an argument.

    - Minor documentation nits.

0.07 2011-07-20 19:14:45

    - Check errno right after fopen()

0.06 2011-04-03 19:18:44

    - We now parse smaps with XS code, and fall back to PP if we can't
      can_cc().

0.05 2011-03-30 10:27:33

    - Add a =cut before the 1; in Tiny.pm

0.04 2011-03-30 09:24:57

    - Update documentation

0.03 2011-03-29 12:52:03

    - Add more information to our die() messages

0.02 2011-03-29 12:18:55

    - Default to /proc/self/smaps, not /proc/$$/smaps

0.01 2011-03-29 09:16:11

    - Initial buggy version