X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FTest%2FValgrind%2FCommand%2FPerl.pm;h=7d50dbbd0bff2bedf0807d26442aef5715850562;hb=bb5897e8d28f2d7eb166f4ab58737b0b73840e28;hp=60e28c091b616fa6f79ad67bd3ecc54ef00a916c;hpb=3a312e2c6e7fdc7be70dcc8ccca604e7c62699f5;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/lib/Test/Valgrind/Command/Perl.pm b/lib/Test/Valgrind/Command/Perl.pm index 60e28c0..7d50dbb 100644 --- a/lib/Test/Valgrind/Command/Perl.pm +++ b/lib/Test/Valgrind/Command/Perl.pm @@ -9,11 +9,11 @@ Test::Valgrind::Command::Perl - A Test::Valgrind command that invokes perl. =head1 VERSION -Version 1.16 +Version 1.19 =cut -our $VERSION = '1.16'; +our $VERSION = '1.19'; =head1 DESCRIPTION @@ -48,7 +48,7 @@ The package constructor, which takes several options : =item * -The C option specifies which C executable will run the arugment list given in C. +The C option specifies which C executable will run the argument list given in C. Defaults to C<$^X>. @@ -289,7 +289,7 @@ You can find documentation for this module with the perldoc command. =head1 COPYRIGHT & LICENSE -Copyright 2009,2010,2011,2013,2015 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.