X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FComponent.pm;h=5c7dae36a97c55710ef9c970b6f1a7a006c2a0ec;hp=ed212b9700729a0e41099a1f3edaf940ae8a7ef2;hb=18be4c50c41cc9ee118fddc26d73ebf428a83080;hpb=7a0d14b4934af9bd1d79b8ea1f753a00b497dafd diff --git a/lib/Test/Valgrind/Component.pm b/lib/Test/Valgrind/Component.pm index ed212b9..5c7dae3 100644 --- a/lib/Test/Valgrind/Component.pm +++ b/lib/Test/Valgrind/Component.pm @@ -15,6 +15,12 @@ Version 1.10 our $VERSION = '1.10'; +=head1 DESCRIPTION + +This class is the base for all others that act as components that can be started and stopped. + +=cut + use Scalar::Util (); use base qw/Test::Valgrind::Carp/;