]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - META.yml
Don't try to read the script's output before valgrind's, as it causes deadlocks
[perl/modules/Test-Valgrind.git] / META.yml
index f6ac31330612e6c6661e0783cbf588df38ffe98f..ab3e5c4e1c1abeb7b7761807cbb7d467bf616a03 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,7 +1,7 @@
 --- #YAML:1.0
 name:                Test-Valgrind
-version:             0.01
-abstract:            Test your code through valgrind.
+version:             0.06
+abstract:            Test Perl code through valgrind.
 license:             perl
 author:              
     - Vincent Pit <perl@profvince.com>
@@ -10,6 +10,7 @@ distribution_type:   module
 requires:     
     Carp:                          0
     Exporter:                      0
+    Perl::Destruct::Level:         0
     POSIX:                         0
     Test::More:                    0
 meta-spec:
@@ -17,4 +18,6 @@ meta-spec:
     version: 1.3
 build_requires:
     ExtUtils::MakeMaker:           0
+    File::Copy:                    0
     Test::More:                    0
+    XSLoader:                      0