Fix compiler warnings from clang 2.1
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::SizeMe.
2
3 0.02 2012-10-02 Tim Bunce
4
5  * Renamed to Devel::SizeMe.
6  * Assorted fixes, cleanups and polish.
7  * Greatly extended perl_size coverage thanks to rafl.
8
9 0.01 2012-09-29 Tim Bunce
10
11  * Created new Devel::Memory extension using a modified version of
12     Devel::Size's perl memory data crawler, extended to support
13     callbacks, a 'data path name' concept, data streaming,
14     data processing and visualization.
15
16  * The Devel::Memory core was based on 0.77. The generic changes
17     will be fed back to Devel::Size so it will remain the
18     canonical source of knowledge of how to crawl perl internals.
19     Once Devel::Size has the changes then Devel::Memory will use
20     it as the core, but compiled with options to enable the extra
21     features. That way Devel::Size won't have any performance penalty.
22
23  * This is very much experimental 'alpha' software. You're milage will
24     vary and anything may change between releases.