X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=META.yml;h=1ac918ed51589455b83f4d23028a67ba4bbfd644;hb=bd4b8b44e5f02da00c41f5fd1db0aa952978f6d1;hp=2b8141a4e0e46b5bde4150e7bd41f3d1a415b848;hpb=15b9171b2fc61b12e0dcc123369fc2b66fe87012;p=perl%2Fmodules%2FThread-Cleanup.git diff --git a/META.yml b/META.yml index 2b8141a..1ac918e 100644 --- a/META.yml +++ b/META.yml @@ -1,31 +1,33 @@ ---- #YAML:1.0 -name: Thread-Cleanup -version: 0.01 -abstract: Hook thread destruction. +--- +abstract: 'Hook thread destruction.' author: - - Vincent Pit -license: perl -distribution_type: module -configure_requires: - ExtUtils::MakeMaker: 0 + - 'Vincent Pit ' build_requires: - ExtUtils::MakeMaker: 0 - Test::More: 0 - threads::shared: 0.91 + ExtUtils::MakeMaker: '0' + Test::More: '0' + XSLoader: '0' + threads: '1.07' + threads::shared: '0.91' +configure_requires: + ExtUtils::MakeMaker: '0' +dynamic_config: 1 +generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 2.142690' +license: perl +meta-spec: + url: http://module-build.sourceforge.net/META-spec-v1.4.html + version: '1.4' +name: Thread-Cleanup +no_index: + directory: + - t + - inc requires: - perl: 5.008 - threads: 1.07 - XSLoader: 0 + XSLoader: '0' + perl: '5.008' + threads: '1.07' resources: - bugtracker: http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Thread-Cleanup - homepage: http://search.cpan.org/dist/Thread-Cleanup/ - license: http://dev.perl.org/licenses/ - repository: http://git.profvince.com/perl/modules/Thread-Cleanup.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 + bugtracker: http://rt.cpan.org/Dist/Display.html?Name=Thread-Cleanup + homepage: http://search.cpan.org/dist/Thread-Cleanup/ + license: http://dev.perl.org/licenses/ + repository: http://git.profvince.com/?p=perl%2Fmodules%2FThread-Cleanup.git +version: '0.07'