]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command/Perl.pm
fix a typo in the POD
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command / Perl.pm
index bf28bdd12160a29cd502268cf3bdf1ce45254572..7d50dbbd0bff2bedf0807d26442aef5715850562 100644 (file)
@@ -9,11 +9,11 @@ Test::Valgrind::Command::Perl - A Test::Valgrind command that invokes perl.
 
 =head1 VERSION
 
-Version 1.18
+Version 1.19
 
 =cut
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 
 =head1 DESCRIPTION
 
@@ -48,7 +48,7 @@ The package constructor, which takes several options :
 
 =item *
 
-The C<perl> option specifies which C<perl> executable will run the arugment list given in C<args>.
+The C<perl> option specifies which C<perl> executable will run the argument list given in C<args>.
 
 Defaults to C<$^X>.