X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=c8adec3a1955c05d9e10f3188a99f312719c4321;hp=4b8647e518839071f8e00cba9c41da75fcd462f6;hb=d83358595540f8645467c2d1a2f658fa74b14c72;hpb=254ae9b36d4bdcc79ab4a2dacd3d717b5cea1f9e diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index 4b8647e..c8adec3 100644 --- a/lib/Test/Valgrind/Command/Aggregate.pm +++ b/lib/Test/Valgrind/Command/Aggregate.pm @@ -29,7 +29,12 @@ use base qw; 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