]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Test::Valgrind::Report::Suppressions isn't linkable in POD
authorVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:45:23 +0000 (01:45 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 14 Apr 2009 23:45:23 +0000 (01:45 +0200)
lib/Test/Valgrind/Tool/SuppressionsParser.pm

index 471025ac62c60ea5e4c9676b047ce43a9ad9d139..6444326b3df3f5212de2ed200be1cf6315669edf 100644 (file)
@@ -40,7 +40,7 @@ sub new { shift->_croak('This mock tool isn\'t meant to be used directly') }
 
 =head2 C<report_class_suppressions $session>
 
-Generated reports are L<Test::Valgrind::Report::Suppressions> objects.
+Generated reports are C<Test::Valgrind::Report::Suppressions> objects.
 Their C<data> member contains the raw text of the suppression.
 
 =cut