]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/blob - META.yml
Output what we got when t/30-bad.t fails
[perl/modules/Test-Valgrind.git] / META.yml
1 --- #YAML:1.0
2 name:               Test-Valgrind
3 version:            0.08
4 abstract:           Test Perl code through valgrind.
5 author:
6     - Vincent Pit <perl@profvince.com>
7 license:            perl
8 distribution_type:  module
9 configure_requires:
10     Config:               0
11     ExtUtils::MakeMaker:  0
12     File::Spec:           0
13 build_requires:
14     ExtUtils::MakeMaker:  0
15     File::Copy:           0
16     Test::More:           0
17 requires:
18     Carp:                 0
19     Exporter:             0
20     Fcntl:                0
21     perl:                 5.006
22     Perl::Destruct::Level:  0
23     POSIX:                0
24     Test::Builder:        0
25 resources:
26     bugtracker:  http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind
27     homepage:    http://search.cpan.org/dist/Test-Valgrind/
28     license:     http://dev.perl.org/licenses/
29     repository:  http://git.profvince.com/perl/modules/Test-Valgrind.git
30 no_index:
31     directory:
32         - t
33         - inc
34 generated_by:       ExtUtils::MakeMaker version 6.48
35 meta-spec:
36     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
37     version:  1.4
38 recommends:
39     DynaLoader:  0
40     XSLoader:    0