1Revision history for Perl module X::Tiny
2
30.20 Tue Sep 17 2019
4- Stop storing references in the call stack structure. This makes
5it easier to avoid memory leaks.
6
70.19 Fri Jul 26 2019
8- Fix typo in POD.
9
100.18 Tue Apr 23 2019
11- Switch implementation to use Module::Runtime rather than Module::Load.
12
130.17 Mon Mar 11 2019
14- Fix the fix to the test from RT #128809. (Blegh, oops.)
15
160.16 Sun Mar 10 2019
17- No production changes.
18- Adjust test not to assume that Test::More doesn’t load overload.pm.
19  (RT #128809)
20- Fix Makefile.PL to mention GitHub bug tracker.
21- Remove superfluous autodie.pm dependency.
22- Switch from README.pod to README.md.
23
240.15 Fri Aug 24 2018
25- Fix LICENSE file (again).
26
270.14 Fri Aug 24 2018
28- Fix LICENSE file.
29
300.13 Fri Jan 18 2018
31- Fix copyright notice and spelling (no production changes)
32
330.12 Sat Jan 13 2018
34- Fix stack trace not to warn on undefined arguments in stack trace.
35This means that all scalar values will be quoted in the stack trace.
36- Reorder this file to descending chronological order.
37
380.11 Tue Aug 15 2017
39- Fix stack trace logic to preserve arguments.
40
410.1
42- Add stack trace to stringified output. This doesn’t appear to present
43any memory or performance liabilities, at least in modern Perl versions.
44
450.02 Sun Apr 2 2017
46- Added “get_message” to X::Tiny::Base
47- Set minimum version to 5.10 since 5.8 doesn’t grok overload.pm lazy-load
48
490.01 Wed Mar 1 2017
50- Initial release
51