]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Add two missing descriptions
authorVincent Pit <vince@profvince.com>
Sat, 2 May 2009 11:59:35 +0000 (13:59 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 2 May 2009 11:59:35 +0000 (13:59 +0200)
lib/Test/Valgrind/Command/Aggregate.pm
lib/Test/Valgrind/Command/Perl.pm

index 3b985da913f9aaa682eed0593407f65d0e5652f7..e5b66b53237b32517f95681828d7d98d720fef83 100644 (file)
@@ -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 ();
index 6e39550e0869264ffa1fb0d14c3c4548910a8bf0..11f11d3351dfda4489d5b0287326266356d22c71 100644 (file)
@@ -17,6 +17,9 @@ our $VERSION = '1.01';
 
 =head1 DESCRIPTION
 
+This command is the base for all C<perl>-based commands.
+It handles the suppression generation and sets the main command-line flags.
+
 =cut
 
 use Env::Sanctify ();