X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FPerlScript.pm;h=1f1e076dd3b132b3c25d5ac8bdaaa05dd7c44f74;hb=1d0c26d755a760ddc41b203a1dd8ec215aaa8593;hp=3c4627de9c1c668bf7974114c3a3938935829841;hpb=11eeabaad0bbb6db15b9c967fae94cd7388f0012;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/PerlScript.pm b/lib/Test/Valgrind/Command/PerlScript.pm index 3c4627d..1f1e076 100644 --- a/lib/Test/Valgrind/Command/PerlScript.pm +++ b/lib/Test/Valgrind/Command/PerlScript.pm @@ -9,11 +9,11 @@ Test::Valgrind::Command::PerlScript - A Test::Valgrind command that invokes a pe =head1 VERSION -Version 1.01 +Version 1.18 =cut -our $VERSION = '1.01'; +our $VERSION = '1.18'; =head1 DESCRIPTION @@ -21,13 +21,19 @@ This command is meant to abstract the argument list handling of a C script =cut -use base qw/Test::Valgrind::Command::Perl Test::Valgrind::Carp/; +use base qw; =head1 METHODS 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 @@ -118,7 +126,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009 Vincent Pit, all rights reserved. +Copyright 2009,2010,2011,2013,2015,2016 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.