X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=cc33296b0cf35780dd4ac8d4f287c9e070398b6f;hb=77d53e292f2fdac4991d1d6c140f1edd79ff3afa;hp=136f1a2b1add617e20f085aa97c6766c5fb18aa5;hpb=08860dad1f820cce06758ec4add9353a4dbc8175;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index 136f1a2..cc33296 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.10 +Version 1.13 =cut -our $VERSION = '1.10'; +our $VERSION = '1.13'; =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 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.