]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Component.pm
Add a DESCRIPTION to all modules
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Component.pm
index ed212b9700729a0e41099a1f3edaf940ae8a7ef2..5c7dae36a97c55710ef9c970b6f1a7a006c2a0ec 100644 (file)
@@ -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/;