X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FParser%2FSuppressions%2FText.pm;h=7a91d5fa80411d691845beef0abdb2a04eef7fa2;hp=03a9556a1dc070477511c088ca439788a93dea6e;hb=93bdd32c84466f212aded61d70219e82cb538620;hpb=4ec45e4261121ecdc32dd5431f939abebf0b6dc4 diff --git a/lib/Test/Valgrind/Parser/Suppressions/Text.pm b/lib/Test/Valgrind/Parser/Suppressions/Text.pm index 03a9556..7a91d5f 100644 --- a/lib/Test/Valgrind/Parser/Suppressions/Text.pm +++ b/lib/Test/Valgrind/Parser/Suppressions/Text.pm @@ -17,7 +17,7 @@ our $VERSION = '1.10'; =head1 DESCRIPTION -This is a L object that can extract suppressions from C's text output. +This is a L object that can extract suppressions from C's text output. =cut @@ -34,12 +34,6 @@ Their C member contains the raw text of the suppression. sub report_class { 'Test::Valgrind::Report::Suppressions' } -=head2 C - -Parses the filehandle C<$fh> fed with the output of F and sends a report to the session C<$session> for each suppression. - -=cut - sub parse { my ($self, $sess, $fh) = @_;