]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Component.pm
This is 1.13
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Component.pm
index ed212b9700729a0e41099a1f3edaf940ae8a7ef2..9a7ba2bb69ed3bb75c4cc2559533c15564542be0 100644 (file)
@@ -9,15 +9,21 @@ Test::Valgrind::Component - Base class for Test::Valgrind components.
 
 =head1 VERSION
 
-Version 1.10
+Version 1.13
 
 =cut
 
-our $VERSION = '1.10';
+our $VERSION = '1.13';
+
+=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<Test::Valgrind::Carp>;
 
 =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,2011 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.