X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=21a2ae71db3201a6b635e8c91107c6f4c58c484a;hb=9314897b9f4c46057ac5147c0fb4c8fc6dd466a9;hp=e5b66b53237b32517f95681828d7d98d720fef83;hpb=cbc78ed3600426ed4bd21f069a0afb334a94a4b1;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index e5b66b5..21a2ae7 100644 --- a/lib/Test/Valgrind/Command/Aggregate.pm +++ b/lib/Test/Valgrind/Command/Aggregate.pm @@ -9,11 +9,11 @@ Test::Valgrind::Command::Aggregate - A Test::Valgrind command that aggregates se =head1 VERSION -Version 1.01 +Version 1.12 =cut -our $VERSION = '1.01'; +our $VERSION = '1.12'; =head1 DESCRIPTION @@ -23,7 +23,7 @@ This command groups several commands together, which the session will run under use Scalar::Util (); -use base qw/Test::Valgrind::Command Test::Valgrind::Carp/; +use base qw; =head1 METHODS @@ -89,7 +89,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.