Bump VERSION to 0.06
[p5sagit/Devel-Size.git] / CHANGES
CommitLineData
12ae883b 1Revision history for Perl extension Devel::SizeMe.
e98cedbf 2
0e29097e 30.06 2012-10-17 Tim Bunce
4
5 * fix madprop_size, hopefully (untested)
6 * fix pod NAME, thanks to Moritz
7 * fix to work with Mojolocious < v2.49, thanks to Peter (Stig) Edwards.
8
25aa2364 90.05 2012-10-11 Tim Bunce
10
11 * Assorted version portability and compiler warning fixes.
12
3d2b08ed 130.04 2012-10-05 Tim Bunce
14
15 * Removed Mojolicious::Lite as a prerequisite as it was stoping people
16 using SizeMe with perl 5.8.
17
4b53eb03 180.03 2012-10-04 Tim Bunce
19
20 * Fixup logic and tests to be portable across more perl versions.
21 * Applied some polish to the docs.
22
eda23e24 230.02 2012-10-02 Tim Bunce
24
25 * Renamed to Devel::SizeMe.
26 * Assorted fixes, cleanups and polish.
12ae883b 27 * Greatly extended perl_size coverage thanks to rafl.
eda23e24 28
d3b8a135 290.01 2012-09-29 Tim Bunce
52d8b031 30
d3b8a135 31 * Created new Devel::Memory extension using a modified version of
32 Devel::Size's perl memory data crawler, extended to support
33 callbacks, a 'data path name' concept, data streaming,
34 data processing and visualization.
a4148102 35
d3b8a135 36 * The Devel::Memory core was based on 0.77. The generic changes
37 will be fed back to Devel::Size so it will remain the
38 canonical source of knowledge of how to crawl perl internals.
39 Once Devel::Size has the changes then Devel::Memory will use
40 it as the core, but compiled with options to enable the extra
41 features. That way Devel::Size won't have any performance penalty.
24d37977 42
d3b8a135 43 * This is very much experimental 'alpha' software. You're milage will
44 vary and anything may change between releases.