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