Revision history for Test-Valgrind
+1.13 2011-08-25 15:45 UTC
+ + Fix : The session will now call the finish() method at the right time.
+ + Fix : The README file is now properly UTF-8-encoded.
+ + Tst : Test demangling of Z-encoded symbols.
+
1.12 2009-11-29 16:45 UTC
+ Doc : The front documentation in Test::Valgrind was improved.
+ Fix : Don't install Valgrind.so, as it's only used for testing.
---- #YAML:1.0
-name: Test-Valgrind
-version: 1.12
-abstract: Generate suppressions, analyse and test any command with valgrind.
+---
+abstract: 'Generate suppressions, analyse and test any command with valgrind.'
author:
- - Vincent Pit <perl@profvince.com>
-license: perl
-distribution_type: module
-configure_requires:
- ExtUtils::MakeMaker: 0
- File::Spec: 0
+ - 'Vincent Pit <perl@profvince.com>'
build_requires:
- base: 0
- Carp: 0
- Digest::MD5: 0
- Env::Sanctify: 0
- ExtUtils::MakeMaker: 0
- Fcntl: 0
- File::HomeDir: 0.86
- File::Path: 0
- File::Spec: 0
- File::Temp: 0.14
- Filter::Util::Call: 0
- List::Util: 0
- Perl::Destruct::Level: 0
- POSIX: 0
- Scalar::Util: 0
- Test::Builder: 0
- Test::More: 0
- version: 0
- XML::Twig: 0
-requires:
- base: 0
- Carp: 0
- Digest::MD5: 0
- Env::Sanctify: 0
- Fcntl: 0
- File::HomeDir: 0.86
- File::Path: 0
- File::Spec: 0
- File::Temp: 0.14
- Filter::Util::Call: 0
- List::Util: 0
- perl: 5.006
- Perl::Destruct::Level: 0
- POSIX: 0
- Scalar::Util: 0
- Test::Builder: 0
- Test::More: 0
- version: 0
- XML::Twig: 0
-resources:
- bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind
- homepage: http://search.cpan.org/dist/Test-Valgrind/
- license: http://dev.perl.org/licenses/
- repository: http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git
-no_index:
- directory:
- - t
- - inc
-generated_by: ExtUtils::MakeMaker version 6.55_02
+ Carp: 0
+ Digest::MD5: 0
+ Env::Sanctify: 0
+ ExtUtils::MakeMaker: 0
+ Fcntl: 0
+ File::HomeDir: 0.86
+ File::Path: 0
+ File::Spec: 0
+ File::Temp: 0.14
+ Filter::Util::Call: 0
+ List::Util: 0
+ POSIX: 0
+ Perl::Destruct::Level: 0
+ Scalar::Util: 0
+ Test::Builder: 0
+ Test::More: 0
+ XML::Twig: 0
+ base: 0
+ version: 0
+configure_requires:
+ ExtUtils::MakeMaker: 0
+ File::Spec: 0
+dynamic_config: 1
+generated_by: 'ExtUtils::MakeMaker version 6.59, CPAN::Meta::Converter version 2.112150'
+license: perl
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.4.html
- version: 1.4
-dynamic_config: 1
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
+name: Test-Valgrind
+no_index:
+ directory:
+ - t
+ - inc
recommends:
- DynaLoader: 0
- XSLoader: 0
+ DynaLoader: 0
+ XSLoader: 0
+requires:
+ Carp: 0
+ Digest::MD5: 0
+ Env::Sanctify: 0
+ Fcntl: 0
+ File::HomeDir: 0.86
+ File::Path: 0
+ File::Spec: 0
+ File::Temp: 0.14
+ Filter::Util::Call: 0
+ List::Util: 0
+ POSIX: 0
+ Perl::Destruct::Level: 0
+ Scalar::Util: 0
+ Test::Builder: 0
+ Test::More: 0
+ XML::Twig: 0
+ base: 0
+ perl: 5.006
+ version: 0
+resources:
+ bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind
+ homepage: http://search.cpan.org/dist/Test-Valgrind/
+ license: http://dev.perl.org/licenses/
+ repository: http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git
+version: 1.13
with valgrind.
VERSION
- Version 1.12
+ Version 1.13
SYNOPSIS
# From the command-line
perldoc Test::Valgrind
ACKNOWLEDGEMENTS
- Rafaël Garcia-Suarez, for writing and instructing me about the existence
+ Rafaël Garcia-Suarez, for writing and instructing me about the existence
of Perl::Destruct::Level (Elizabeth Mattijsen is a close second).
H.Merijn Brand, for daring to test this thing.
into completely rewriting it.
COPYRIGHT & LICENSE
- Copyright 2008-2009 Vincent Pit, all rights reserved.
+ Copyright 2008,2009,2010,2011 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.