]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Component.pm
This is 1.12
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Component.pm
index ed212b9700729a0e41099a1f3edaf940ae8a7ef2..2b790e305b87ff5690b96aaab57ffc0d7e23fbc7 100644 (file)
@@ -9,11 +9,17 @@ Test::Valgrind::Component - Base class for Test::Valgrind components.
 
 =head1 VERSION
 
-Version 1.10
+Version 1.12
 
 =cut
 
-our $VERSION = '1.10';
+our $VERSION = '1.12';
+
+=head1 DESCRIPTION
+
+This class is the base for all others that act as components that can be started and stopped.
+
+=cut
 
 use Scalar::Util ();