]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - lib/Test/Valgrind/Command.pm
Put each POD sentence on its own line
[perl/modules/Test-Valgrind.git] / lib / Test / Valgrind / Command.pm
index 225e9633ce6462e1798ff0cd8da6c6e7f2682023..0f87b2a30f047a85589ed6d6bb69478b9ca2d014 100644 (file)
@@ -9,17 +9,18 @@ Test::Valgrind::Command - Base class for Test::Valgrind commands.
 
 =head1 VERSION
 
-Version 1.12
+Version 1.13
 
 =cut
 
-our $VERSION = '1.12';
+our $VERSION = '1.13';
 
 =head1 DESCRIPTION
 
 This class is the base for L<Test::Valgrind> commands.
 
-Commands gather information about the target of the analysis. They should also provide a default setup for generating suppressions.
+Commands gather information about the target of the analysis.
+They should also provide a default setup for generating suppressions.
 
 =cut