]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commit
More lax valgrind version parsing
authorVincent Pit <perl@profvince.com>
Fri, 29 Jul 2016 17:05:11 +0000 (14:05 -0300)
committerVincent Pit <perl@profvince.com>
Fri, 29 Jul 2016 17:07:00 +0000 (14:07 -0300)
commitf69f14a04c9b6c47bb1468e192977632cc1c854a
treee44be108badfbf6ec582c89cee35f37fcbd94895
parent3f7326fc2135eb0c6c637e5676456b4ebf82d197
More lax valgrind version parsing

If valgrind ever decides to add a full stop at the end of the output of
"valgrind --version", then the (?!\.) in the version parsing regexp will
cause unexpected backtracking which will result in an invalid version.
lib/Test/Valgrind/Version.pm
t/60-version.t