X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCarp.pm;h=d9816a7391e13c1a40694199cc490ee9be56bfe1;hb=1d0c26d755a760ddc41b203a1dd8ec215aaa8593;hp=dfbd8f4edccac08bca3a44cea6ba7e5c918330e1;hpb=b41c498738a3a4ccb8742883a42e6ea5addb1afd;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Carp.pm b/lib/Test/Valgrind/Carp.pm index dfbd8f4..d9816a7 100644 --- a/lib/Test/Valgrind/Carp.pm +++ b/lib/Test/Valgrind/Carp.pm @@ -9,11 +9,19 @@ Test::Valgrind::Carp - Carp-like private methods for Test::Valgrind objects. =head1 VERSION -Version 1.00 +Version 1.18 =cut -our $VERSION = '1.00'; +our $VERSION = '1.18'; + +=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; @@ -45,7 +53,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.