NAME
    Internals::DumpArenas - Dump perl memory

DESCRIPTION
    I was inspired by <http://netjam.org/spoon/viz/> and want to make the
    same thing for perl. This module iterates dumps everything in every
    arena.

FUNCTIONS
  DumpArenas()
    Dumps everything to STDERR.

BUGS
    Please report any bugs or feature requests to "bug-Internals-DumpArenas
    at rt.cpan.org", or through the web interface at
    <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Internals-DumpArenas>. I
    will be notified, and then you'll automatically be notified of progress
    on your bug as I make changes.

SUPPORT
    You can find documentation for this module with the perldoc command.

      perldoc Internals::DumpArenas

    You can also look for information at:

    * RT: CPAN's request tracker
        <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Internals-DumpArenas>

    * AnnoCPAN: Annotated CPAN documentation
        <http://annocpan.org/dist/Internals-DumpArenas>

    * CPAN Ratings
        <http://cpanratings.perl.org/d/Internals-DumpArenas>

    * Search CPAN
        <http://search.cpan.org/dist/Internals-DumpArenas/>

ACKNOWLEDGEMENTS
    Brian Rice, totally.

COPYRIGHT & LICENSE
    Copyright 2009 Joshua ben Jore, all rights reserved.

    This program is free software; you can redistribute it and/or modify it
    under the same terms as Perl itself.

SOURCE AVAILABILITY
    This source is in Github:
    <git://github.com/jbenjore/internals-dumparenas.git>

AUTHOR
    Joshua ben Jore