From: Vincent Pit Date: Tue, 2 Sep 2008 17:22:00 +0000 (+0200) Subject: This is 0.051 X-Git-Tag: v0.051^0 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;ds=sidebyside;h=f6f6b610f4471652428707ae0203563eae291669;p=perl%2Fmodules%2FTest-Valgrind.git This is 0.051 --- diff --git a/Changes b/Changes index e26b459..25ef3c4 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for Test-Valgrind +0.051 2008-09-02 17:20 UTC + + Fix : Forgot to upgrade version of the suppression placeholder module. + 0.05 2008-08-25 22:05 UTC + Chg : Lower the default caller to 12. + Tst : Add a real-life test that gets executed only if you have a C diff --git a/META.yml b/META.yml index 350b0ae..a7811c3 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Test-Valgrind -version: 0.05 +version: 0.051 abstract: Test Perl code through valgrind. license: perl author: diff --git a/README b/README index e39dbd5..6a1b258 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME Test::Valgrind - Test Perl code through valgrind. VERSION - Version 0.05 + Version 0.051 SYNOPSIS use Test::More; diff --git a/lib/Test/Valgrind.pm b/lib/Test/Valgrind.pm index bd8a663..eb9fcb4 100644 --- a/lib/Test/Valgrind.pm +++ b/lib/Test/Valgrind.pm @@ -17,11 +17,11 @@ Test::Valgrind - Test Perl code through valgrind. =head1 VERSION -Version 0.05 +Version 0.051 =cut -our $VERSION = '0.05'; +our $VERSION = '0.051'; =head1 SYNOPSIS diff --git a/lib/Test/Valgrind/Suppressions.pm b/lib/Test/Valgrind/Suppressions.pm index 6983537..3c39e59 100644 --- a/lib/Test/Valgrind/Suppressions.pm +++ b/lib/Test/Valgrind/Suppressions.pm @@ -9,11 +9,11 @@ Test::Valgrind::Suppressions - Placeholder for architecture-dependant perl suppr =head1 VERSION -Version 0.04 +Version 0.051 =cut -our $VERSION = '0.04'; +our $VERSION = '0.051'; =head1 DESCRIPTION diff --git a/lib/Test/Valgrind/Suppressions.tpl b/lib/Test/Valgrind/Suppressions.tpl index 6983537..3c39e59 100644 --- a/lib/Test/Valgrind/Suppressions.tpl +++ b/lib/Test/Valgrind/Suppressions.tpl @@ -9,11 +9,11 @@ Test::Valgrind::Suppressions - Placeholder for architecture-dependant perl suppr =head1 VERSION -Version 0.04 +Version 0.051 =cut -our $VERSION = '0.04'; +our $VERSION = '0.051'; =head1 DESCRIPTION diff --git a/t/30-bad.t b/t/30-bad.t index 271772e..a86ccbb 100644 --- a/t/30-bad.t +++ b/t/30-bad.t @@ -31,7 +31,7 @@ sub tester { eval { require XSLoader; - XSLoader::load('Test::Valgrind', 0.05); + XSLoader::load('Test::Valgrind', 0.051); }; if ($@) { plan skip_all => "XS test code not available ($@)";