X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FComponent.pm;h=540f14742d9ba75335f1fa598979fcb190c173e7;hb=44f0639e6ac34bdc0be52d47fe2c2df43ab1ca94;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..540f147 100644 --- a/lib/Test/Valgrind/Component.pm +++ b/lib/Test/Valgrind/Component.pm @@ -9,15 +9,21 @@ Test::Valgrind::Component - Base class for Test::Valgrind components. =head1 VERSION -Version 1.02 +Version 1.12 =cut -our $VERSION = '1.02'; +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 (); -use base qw/Test::Valgrind::Carp/; +use base qw; =head1 METHODS @@ -107,7 +113,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.