From: Vincent Pit Date: Sat, 2 May 2009 11:59:35 +0000 (+0200) Subject: Add two missing descriptions X-Git-Tag: v1.02~1 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=commitdiff_plain;h=cbc78ed3600426ed4bd21f069a0afb334a94a4b1 Add two missing descriptions --- diff --git a/lib/Test/Valgrind/Command/Aggregate.pm b/lib/Test/Valgrind/Command/Aggregate.pm index 3b985da..e5b66b5 100644 --- a/lib/Test/Valgrind/Command/Aggregate.pm +++ b/lib/Test/Valgrind/Command/Aggregate.pm @@ -17,6 +17,8 @@ our $VERSION = '1.01'; =head1 DESCRIPTION +This command groups several commands together, which the session will run under the same action. + =cut use Scalar::Util (); diff --git a/lib/Test/Valgrind/Command/Perl.pm b/lib/Test/Valgrind/Command/Perl.pm index 6e39550..11f11d3 100644 --- a/lib/Test/Valgrind/Command/Perl.pm +++ b/lib/Test/Valgrind/Command/Perl.pm @@ -17,6 +17,9 @@ our $VERSION = '1.01'; =head1 DESCRIPTION +This command is the base for all C-based commands. +It handles the suppression generation and sets the main command-line flags. + =cut use Env::Sanctify ();