X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Valgrind.git;a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FPerlScript.pm;h=7e77910a1d622ca46d33d3a4c39659b315387463;hp=602ca4c3f9b025d29f112b9d2cdb321da3148085;hb=d83358595540f8645467c2d1a2f658fa74b14c72;hpb=254ae9b36d4bdcc79ab4a2dacd3d717b5cea1f9e diff --git a/lib/Test/Valgrind/Command/PerlScript.pm b/lib/Test/Valgrind/Command/PerlScript.pm index 602ca4c..7e77910 100644 --- a/lib/Test/Valgrind/Command/PerlScript.pm +++ b/lib/Test/Valgrind/Command/PerlScript.pm @@ -27,7 +27,13 @@ use base qw; This class inherits L. -=head2 C<< new file => $file, [ taint_mode => $taint_mode ], ... >> +=head2 C + + my $tvcps = Test::Valgrind::Command::PerlScript->new( + file => $file, + taint_mode => $taint_mode, + %extra_args, + ); The package constructor, which takes several options : @@ -82,6 +88,8 @@ sub new_trainer { Test::Valgrind::Command::Perl->new_trainer } =head2 C + my $file = $tvcps->file; + Read-only accessor for the C option. =cut