fix bin/sizeme_graph.pl for older Mojolicious versions RT80195
[p5sagit/Devel-Size.git] / CHANGES
1 Revision history for Perl extension Devel::SizeMe.
2
3 0.05 2012-10-11 Tim Bunce
4
5  * Assorted version portability and compiler warning fixes.
6
7 0.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
12 0.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
17 0.02 2012-10-02 Tim Bunce
18
19  * Renamed to Devel::SizeMe.
20  * Assorted fixes, cleanups and polish.
21  * Greatly extended perl_size coverage thanks to rafl.
22
23 0.01 2012-09-29 Tim Bunce
24
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.
29
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.
36
37  * This is very much experimental 'alpha' software. You're milage will
38     vary and anything may change between releases.