X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FComponent.pm;h=2b790e305b87ff5690b96aaab57ffc0d7e23fbc7;hb=90b6c795c9fab6343c3501923aacc8f43f7a82ea;hp=ed212b9700729a0e41099a1f3edaf940ae8a7ef2;hpb=08860dad1f820cce06758ec4add9353a4dbc8175;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Component.pm b/lib/Test/Valgrind/Component.pm index ed212b9..2b790e3 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.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 ();