1Test::Valgrind::Carp(3)User Contributed Perl DocumentatioTnest::Valgrind::Carp(3)
2
3
4
6 Test::Valgrind::Carp - Carp-like private methods for Test::Valgrind
7 objects.
8
10 Version 1.19
11
13 This class only provides a "_croak" method that lazily requires Carp
14 and then croaks with the supplied message.
15
16 The class should not be used outside from Test::Valgrind and may be
17 removed without notice.
18
20 Test::Valgrind.
21
23 Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
24
25 You can contact me by mail or on "irc.perl.org" (vincent).
26
28 Please report any bugs or feature requests to "bug-test-valgrind at
29 rt.cpan.org", or through the web interface at
30 <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will
31 be notified, and then you'll automatically be notified of progress on
32 your bug as I make changes.
33
35 You can find documentation for this module with the perldoc command.
36
37 perldoc Test::Valgrind::Carp
38
40 Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights
41 reserved.
42
43 This program is free software; you can redistribute it and/or modify it
44 under the same terms as Perl itself.
45
46
47
48perl v5.30.1 2020-01-30 Test::Valgrind::Carp(3)