]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/commitdiff
This is 0.08 v0.08
authorVincent Pit <vince@profvince.com>
Sun, 8 Feb 2009 18:22:01 +0000 (19:22 +0100)
committerVincent Pit <vince@profvince.com>
Sun, 8 Feb 2009 18:22:01 +0000 (19:22 +0100)
Changes
META.yml
README
lib/Test/Valgrind.pm
lib/Test/Valgrind/Suppressions.pm
lib/Test/Valgrind/Suppressions.tpl

diff --git a/Changes b/Changes
index 726cd801bbca7c0ee23206a7ff3edebbdcafe816..ed07580598cca515900277da0508b54896a79b9b 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for Test-Valgrind
 
+0.08    2009-02-08 18:25 UTC
+        + Add : Unload the libraries loaded by DynaLoader at END time, reducing
+                the number of leaks in perl.
+        + Rem : The useless t/21-good-block.t.
+        + Upd : META.yml spec updated to 1.4.
+
 0.07    2008-09-30 13:35 UTC
         + Chg : Now conforms to the Test::Builder framework.
         + Fix : STDERR is longer eaten.
index 00d02d3a865428a5ff9ccedfa53c752592181ba3..a0cf313d112a4d408415c6859d5296861b01a2ed 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,24 +1,40 @@
 --- #YAML:1.0
-name:                Test-Valgrind
-version:             0.07
-abstract:            Test Perl code through valgrind.
-license:             perl
-author:              
+name:               Test-Valgrind
+version:            0.08
+abstract:           Test Perl code through valgrind.
+author:
     - Vincent Pit <perl@profvince.com>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Carp:                          0
-    Exporter:                      0
-    Fcntl:                         0
-    Perl::Destruct::Level:         0
-    POSIX:                         0
-    Test::Builder:                 0
-meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+license:            perl
+distribution_type:  module
+configure_requires:
+    Config:               0
+    ExtUtils::MakeMaker:  0
+    File::Spec:           0
 build_requires:
-    ExtUtils::MakeMaker:           0
-    File::Copy:                    0
-    Test::More:                    0
-    XSLoader:                      0
+    ExtUtils::MakeMaker:  0
+    File::Copy:           0
+    Test::More:           0
+requires:
+    Carp:                 0
+    Exporter:             0
+    Fcntl:                0
+    perl:                 5.006
+    Perl::Destruct::Level:  0
+    POSIX:                0
+    Test::Builder:        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/perl/modules/Test-Valgrind.git
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
+meta-spec:
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4
+recommends:
+    DynaLoader:  0
+    XSLoader:    0
diff --git a/README b/README
index c123f9791edf7a4b1331551141f792be49c986f5..9ee1160357ef5a411963ea39baece580ff1aa686 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     Test::Valgrind - Test Perl code through valgrind.
 
 VERSION
-    Version 0.07
+    Version 0.08
 
 SYNOPSIS
         use Test::More;
@@ -103,8 +103,7 @@ SEE ALSO
 AUTHOR
     Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>.
 
-    You can contact me by mail or on #perl @ FreeNode (vincent or
-    Prof_Vince).
+    You can contact me by mail or on "irc.perl.org" (vincent).
 
 BUGS
     Please report any bugs or feature requests to "bug-test-valgrind at
@@ -126,7 +125,7 @@ ACKNOWLEDGEMENTS
     H.Merijn Brand, for daring to test this thing.
 
 COPYRIGHT & LICENSE
-    Copyright 2008 Vincent Pit, all rights reserved.
+    Copyright 2008-2009 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.
index 8809c6544f58ce2630cbcbca503bacfb44498be7..5921df73a0b206784d93c0b6ed9ce2f21fad892f 100644 (file)
@@ -18,11 +18,11 @@ Test::Valgrind - Test Perl code through valgrind.
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 SYNOPSIS
 
index 89a9bee9e2389b28b5781a6b8a5e0ff29ef9c23c..77b99f0bf525e01ac0d898e9e467a186c9a8ad26 100644 (file)
@@ -9,11 +9,11 @@ Test::Valgrind::Suppressions - Placeholder for architecture-dependant perl suppr
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION
 
index 89a9bee9e2389b28b5781a6b8a5e0ff29ef9c23c..77b99f0bf525e01ac0d898e9e467a186c9a8ad26 100644 (file)
@@ -9,11 +9,11 @@ Test::Valgrind::Suppressions - Placeholder for architecture-dependant perl suppr
 
 =head1 VERSION
 
-Version 0.07
+Version 0.08
 
 =cut
 
-our $VERSION = '0.07';
+our $VERSION = '0.08';
 
 =head1 DESCRIPTION