X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCarp.pm;h=2d1cdfc64d446fcb1a249abc862521ebde3f841a;hp=c4db1307a62da132bcb2586438e19dc3b4988871;hb=18be4c50c41cc9ee118fddc26d73ebf428a83080;hpb=7a0d14b4934af9bd1d79b8ea1f753a00b497dafd diff --git a/lib/Test/Valgrind/Carp.pm b/lib/Test/Valgrind/Carp.pm index c4db130..2d1cdfc 100644 --- a/lib/Test/Valgrind/Carp.pm +++ b/lib/Test/Valgrind/Carp.pm @@ -15,6 +15,14 @@ Version 1.10 our $VERSION = '1.10'; +=head1 DESCRIPTION + +This class only provides a C<_croak> method that lazily requires L and then croaks with the supplied message. + +The class should not be used outside from L and may be removed without notice. + +=cut + sub _croak { shift; require Carp;