PURPOSE

Check for memory leaks.

These tests are not comprehensive; chances are that there are still memory leaks lurking somewhere in Type::Tiny. If you have any concrete suggestions for things to test, or fixes for identified memory leaks, please file a bug report.

https://rt.cpan.org/Ticket/Create.html?Queue=Type-Tiny.

DEPENDENCIES

Test::LeakTrace.

This test is skipped on Perl < 5.10.1 because I'm not interested in jumping through hoops for ancient versions of Perl.

MISC ATTRIBUTE DECORATION

If Perl has been compiled with Misc Attribute Decoration (MAD) enabled, then this test may fail. If you don't know what MAD is, then don't worry: you probably don't have it enabled.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2013-2014, 2017-2020 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.