X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=4daf1d9907a3b5489a2613fed275bda04f112072;hb=3a312e2c6e7fdc7be70dcc8ccca604e7c62699f5;hp=aa78fd898a317f8bf1a590dfe53c1591561c1e75;hpb=195f0244c01e942307e13d693f196156b9263444;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index aa78fd8..4daf1d9 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.11 +Version 1.16 =cut -our $VERSION = '1.11'; +our $VERSION = '1.16'; =head1 DESCRIPTION @@ -23,13 +23,18 @@ 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 This class inherits L. -=head2 C<< new commands => \@commands, ... >> +=head2 C + + my $tvca = Test::Valgrind::Command::Aggregate->new( + commands => \@commands, + %extra_args, + ); =cut @@ -60,6 +65,8 @@ sub new { =head2 C + my @commands = $tvca->commands; + Read-only accessor for the C option. =cut @@ -89,7 +96,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,2013,2015 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.