X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FAggregate.pm;h=19b098864df9b169c435d8354f016401495d28ea;hb=cc42998614d386a86ed90c9c9dd3ce9df68140f5;hp=4b8647e518839071f8e00cba9c41da75fcd462f6;hpb=cea977523ce9c4be865b97a0813a5e14cce873f9;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index 4b8647e..19b0988 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.13 +Version 1.14 =cut -our $VERSION = '1.13'; +our $VERSION = '1.14'; =head1 DESCRIPTION @@ -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 @@ -89,7 +96,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010,2011 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.