X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=136f1a2b1add617e20f085aa97c6766c5fb18aa5;hb=08860dad1f820cce06758ec4add9353a4dbc8175;hp=3b985da913f9aaa682eed0593407f65d0e5652f7;hpb=0e79c45af8d5eabe900280cc0e5467936467dee9;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index 3b985da..136f1a2 100644 --- a/lib/Test/Valgrind/Command/Aggregate.pm +++ b/lib/Test/Valgrind/Command/Aggregate.pm @@ -9,14 +9,16 @@ Test::Valgrind::Command::Aggregate - A Test::Valgrind command that aggregates se =head1 VERSION -Version 1.01 +Version 1.10 =cut -our $VERSION = '1.01'; +our $VERSION = '1.10'; =head1 DESCRIPTION +This command groups several commands together, which the session will run under the same action. + =cut use Scalar::Util ();