1 package Test::Valgrind::Carp;
8 Test::Valgrind::Carp - Carp-like private methods for Test::Valgrind objects.
16 our $VERSION = '1.17';
20 This class only provides a C<_croak> method that lazily requires L<Carp> and then croaks with the supplied message.
22 The class should not be used outside from L<Test::Valgrind> and may be removed without notice.
29 local $Carp::CarpLevel = ($Carp::CarpLevel || 0) + 1;
39 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
41 You can contact me by mail or on C<irc.perl.org> (vincent).
45 Please report any bugs or feature requests to C<bug-test-valgrind at rt.cpan.org>, or through the web interface at L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>.
46 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
50 You can find documentation for this module with the perldoc command.
52 perldoc Test::Valgrind::Carp
54 =head1 COPYRIGHT & LICENSE
56 Copyright 2009,2010,2011,2013,2015 Vincent Pit, all rights reserved.
58 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
62 1; # End of Test::Valgrind::Carp