]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blobdiff - META.yml
Also strip the (new) tail after cutting the suppression at Perl_runops
[perl/modules/Test-Valgrind.git] / META.yml
index a0cf313d112a4d408415c6859d5296861b01a2ed..be42e0e95b9ab772ae628e9898921646241f294d 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,40 +1,68 @@
 --- #YAML:1.0
 name:               Test-Valgrind
-version:            0.08
-abstract:           Test Perl code through valgrind.
+version:            1.11
+abstract:           Generate suppressions, analyse and test any command with valgrind.
 author:
     - Vincent Pit <perl@profvince.com>
 license:            perl
 distribution_type:  module
 configure_requires:
-    Config:               0
     ExtUtils::MakeMaker:  0
     File::Spec:           0
 build_requires:
+    base:                 0
+    Carp:                 0
+    Digest::MD5:          0
+    Env::Sanctify:        0
     ExtUtils::MakeMaker:  0
-    File::Copy:           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
-    Exporter:             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/perl/modules/Test-Valgrind.git
+    repository:  http://git.profvince.com/?p=perl%2Fmodules%2FTest-Valgrind.git
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.48
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4
+dynamic_config:     1
 recommends:
     DynaLoader:  0
     XSLoader:    0