]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Nit in T::V::Session POD
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:30:53 +0000 (01:30 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:30:53 +0000 (01:30 +0200)
lib/Test/Valgrind/Session.pm

index aafaeedf28a020f7b2baea2726c32300c3eefaf8..d65ca9e8a0c3763e83ba54bf0e9db264c951208b 100644 (file)
@@ -302,7 +302,8 @@ sub report_class { $_[0]->tool->report_class($_[0]) }
 =head2 C<def_supp_file>
 
 Returns an absolute path to the default suppression file associated to the current session.
-C<undef> will be returned as soon as any of C<< ->tool->suppressions_tag >> or C<< ->tool->suppressions_tag >> are also C<undef>.
+
+C<undef> will be returned as soon as any of C<< ->command->suppressions_tag >> or C<< ->tool->suppressions_tag >> are also C<undef>.
 Otherwise, the file part of the name is builded by joining those two together, and the directory part is roughly F<< File::HomeDir->my_home / .perl / Test-Valgrind / suppressions / $VERSION >>.
 
 =cut