X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=a0cf313d112a4d408415c6859d5296861b01a2ed;hb=edad19c83d762812e54354561857eddd28bc36ae;hp=00d02d3a865428a5ff9ccedfa53c752592181ba3;hpb=dc74bb8dc22ffd44b893cab2f065948c03410d1a;p=perl%2Fmodules%2FTest-Valgrind.git diff --git a/META.yml b/META.yml index 00d02d3..a0cf313 100644 --- 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 -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