X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FComponent.pm;h=5c7dae36a97c55710ef9c970b6f1a7a006c2a0ec;hb=fa6f37354a910b946ad799a96bdd3a2dd687174d;hp=3b7a5701f3a698167d95a0c0281fabd0d16eb35c;hpb=943acd9991dfbe73afc5eca6921767f098f5e6a9;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Component.pm b/lib/Test/Valgrind/Component.pm index 3b7a570..5c7dae3 100644 --- a/lib/Test/Valgrind/Component.pm +++ b/lib/Test/Valgrind/Component.pm @@ -9,11 +9,17 @@ Test::Valgrind::Component - Base class for Test::Valgrind components. =head1 VERSION -Version 1.02 +Version 1.10 =cut -our $VERSION = '1.02'; +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 ();