]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
This is 0.051 v0.051
authorVincent Pit <vince@profvince.com>
Tue, 2 Sep 2008 17:22:00 +0000 (19:22 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 2 Sep 2008 17:22:00 +0000 (19:22 +0200)
Changes
META.yml
README
lib/Test/Valgrind.pm
lib/Test/Valgrind/Suppressions.pm
lib/Test/Valgrind/Suppressions.tpl
t/30-bad.t

diff --git a/Changes b/Changes
index e26b459c078d04fd964c6d5f11772f52a572470d..25ef3c40a83d084079bf306aa3bddf8cea4603d9 100644 (file)
--- 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
index 350b0ae72aa2cde4638ee11bfd64dcfbfa9ac17a..a7811c34dd68dc987bbfb050db6e19a9b672d783 100644 (file)
--- 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 e39dbd5e696ffb3f1e1f601114f351006bd29bda..6a1b258ff8a11f31ad06e755b48be94453a71ad4 100644 (file)
--- 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;
index bd8a663386d717cb462406b138ee3ce0e7541498..eb9fcb402fb87df0f3e44e4620654e1d2f1d7202 100644 (file)
@@ -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
 
index 6983537b153df033c6be109e33ec52f7fe8a41e9..3c39e59ac8266db3fe76fbf5805b61f9921a316e 100644 (file)
@@ -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
 
index 6983537b153df033c6be109e33ec52f7fe8a41e9..3c39e59ac8266db3fe76fbf5805b61f9921a316e 100644 (file)
@@ -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
 
index 271772ebe94f61263fd56745794bfe73e9f3e1fb..a86ccbb126b2b3f1ed348aac837dbec4b5c9a744 100644 (file)
@@ -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 ($@)";