]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Tool.pm
Fix a couple of POD typos
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Tool.pm
index fd7658ed1584be9368f64882893b1a4d508b6eaf..eb450c5faf415273377c95e7e90da43b5689d589 100644 (file)
@@ -9,11 +9,11 @@ Test::Valgrind::Tool - Base class for Test::Valgrind tools.
 
 =head1 VERSION
 
-Version 1.18
+Version 1.19
 
 =cut
 
-our $VERSION = '1.18';
+our $VERSION = '1.19';
 
 =head1 DESCRIPTION
 
@@ -83,7 +83,7 @@ sub new_trainer { }
 
     my $parser_class = $tvt->parser_class($session);
 
-Returns the class from which the parser for this tool output will be instanciated.
+Returns the class from which the parser for this tool output will be instantiated.
 
 This method must be implemented when subclassing.
 
@@ -180,7 +180,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.