fix compiler warning
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::SizeMe.
2
3 0.04 2012-10-05 Tim Bunce
4
5  * Removed Mojolicious::Lite as a prerequisite as it was stoping people
6     using SizeMe with perl 5.8.
7
8 0.03 2012-10-04 Tim Bunce
9
10  * Fixup logic and tests to be portable across more perl versions.
11  * Applied some polish to the docs.
12
13 0.02 2012-10-02 Tim Bunce
14
15  * Renamed to Devel::SizeMe.
16  * Assorted fixes, cleanups and polish.
17  * Greatly extended perl_size coverage thanks to rafl.
18
19 0.01 2012-09-29 Tim Bunce
20
21  * Created new Devel::Memory extension using a modified version of
22     Devel::Size's perl memory data crawler, extended to support
23     callbacks, a 'data path name' concept, data streaming,
24     data processing and visualization.
25
26  * The Devel::Memory core was based on 0.77. The generic changes
27     will be fed back to Devel::Size so it will remain the
28     canonical source of knowledge of how to crawl perl internals.
29     Once Devel::Size has the changes then Devel::Memory will use
30     it as the core, but compiled with options to enable the extra
31     features. That way Devel::Size won't have any performance penalty.
32
33  * This is very much experimental 'alpha' software. You're milage will
34     vary and anything may change between releases.