]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
Document Parser->new
authorVincent Pit <vince@profvince.com>
Sat, 26 Sep 2009 20:00:32 +0000 (22:00 +0200)
committerVincent Pit <vince@profvince.com>
Sat, 26 Sep 2009 20:00:32 +0000 (22:00 +0200)
lib/Test/Valgrind/Parser.pm

index c02d77f541e53db90d81c1fb393cf6ddea8802a5..3489ae56c17bc5794fe0c26fa27e574fa67f1914 100644 (file)
@@ -27,6 +27,10 @@ use base qw/Test::Valgrind::Component Test::Valgrind::Carp/;
 
 =head2 C<new>
 
 
 =head2 C<new>
 
+The parser constructor, called without arguments.
+
+Defaults to L<Test::Valgrind::Component/new>.
+
 =head2 C<args $session, $fh>
 
 Returns the list of parser-specific arguments that are to be passed to C<valgrind>.
 =head2 C<args $session, $fh>
 
 Returns the list of parser-specific arguments that are to be passed to C<valgrind>.