X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCarp.pm;h=1e24dab5c1d3a9df24efa0b18dd10741a25be594;hp=165004d9d9feb304f22461279f2638aba87b83f0;hb=b34179155630f5f4cbea1749af4054a746ded9a4;hpb=1b06adb9788085e8aad3af42ea384153cd0a4fe6 diff --git a/lib/Test/Valgrind/Carp.pm b/lib/Test/Valgrind/Carp.pm index 165004d..1e24dab 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.02 +Version 1.17 =cut -our $VERSION = '1.02'; +our $VERSION = '1.17'; + +=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 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.