]> 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 fbe48ed6b8ca0b55d7b2f4c47500943d4dfef7d1..be42e0e95b9ab772ae628e9898921646241f294d 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -1,31 +1,27 @@
 --- #YAML:1.0
 name:               Test-Valgrind
-version:            1.00
-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:
-    Carp:                 0
-    Config:               0
     ExtUtils::MakeMaker:  0
-    Fcntl:                0
     File::Spec:           0
-    POSIX:                0
-    Scalar::Util:         0
-    version:              0
 build_requires:
+    base:                 0
     Carp:                 0
     Digest::MD5:          0
     Env::Sanctify:        0
     ExtUtils::MakeMaker:  0
     Fcntl:                0
-    File::Copy:           0
     File::HomeDir:        0.86
     File::Path:           0
     File::Spec:           0
-    File::Temp:           0
+    File::Temp:           0.14
+    Filter::Util::Call:   0
+    List::Util:           0
     Perl::Destruct::Level:  0
     POSIX:                0
     Scalar::Util:         0
@@ -34,6 +30,7 @@ build_requires:
     version:              0
     XML::Twig:            0
 requires:
+    base:                 0
     Carp:                 0
     Digest::MD5:          0
     Env::Sanctify:        0
@@ -41,27 +38,31 @@ requires:
     File::HomeDir:        0.86
     File::Path:           0
     File::Spec:           0
-    File::Temp:           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.50
+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