1 package Test::Valgrind::Carp;
8 Test::Valgrind::Carp - Carp-like private methods for Test::Valgrind objects.
16 our $VERSION = '1.01';
21 local $Carp::CarpLevel = ($Carp::CarpLevel || 0) + 1;
31 Vincent Pit, C<< <perl at profvince.com> >>, L<http://www.profvince.com>.
33 You can contact me by mail or on C<irc.perl.org> (vincent).
37 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>.
38 I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
42 You can find documentation for this module with the perldoc command.
44 perldoc Test::Valgrind::Carp
46 =head1 COPYRIGHT & LICENSE
48 Copyright 2009 Vincent Pit, all rights reserved.
50 This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
54 1; # End of Test::Valgrind::Carp