X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FComponent.pm;h=9a7ba2bb69ed3bb75c4cc2559533c15564542be0;hb=cea977523ce9c4be865b97a0813a5e14cce873f9;hp=5c7dae36a97c55710ef9c970b6f1a7a006c2a0ec;hpb=18be4c50c41cc9ee118fddc26d73ebf428a83080;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Component.pm b/lib/Test/Valgrind/Component.pm index 5c7dae3..9a7ba2b 100644 --- a/lib/Test/Valgrind/Component.pm +++ b/lib/Test/Valgrind/Component.pm @@ -9,11 +9,11 @@ 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 @@ -23,7 +23,7 @@ This class is the base for all others that act as components that can be started use Scalar::Util (); -use base qw/Test::Valgrind::Carp/; +use base qw; =head1 METHODS @@ -113,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.