]> git.vpit.fr Git - perl/modules/indirect.git/blob - META.yml
Properly handle heredocs
[perl/modules/indirect.git] / META.yml
1 ---
2 abstract: 'Lexically warn about using the indirect method call syntax.'
3 author:
4   - 'Vincent Pit <perl@profvince.com>'
5 build_requires:
6   Carp: '0'
7   Config: '0'
8   ExtUtils::MakeMaker: '0'
9   IO::Handle: '0'
10   IO::Select: '0'
11   IPC::Open3: '0'
12   POSIX: '0'
13   Socket: '0'
14   Test::More: '0'
15   XSLoader: '0'
16   lib: '0'
17 configure_requires:
18   Config: '0'
19   ExtUtils::MakeMaker: '0'
20 dynamic_config: 1
21 generated_by: 'ExtUtils::MakeMaker version 7.0401, CPAN::Meta::Converter version 2.150005'
22 license: perl
23 meta-spec:
24   url: http://module-build.sourceforge.net/META-spec-v1.4.html
25   version: '1.4'
26 name: indirect
27 no_index:
28   directory:
29     - t
30     - inc
31 requires:
32   Carp: '0'
33   XSLoader: '0'
34   perl: '5.008001'
35 resources:
36   bugtracker: http://rt.cpan.org/Dist/Display.html?Name=indirect
37   homepage: http://search.cpan.org/dist/indirect/
38   license: http://dev.perl.org/licenses/
39   repository: http://git.profvince.com/?p=perl%2Fmodules%2Findirect.git
40 version: '0.36'
41 x_serialization_backend: 'CPAN::Meta::YAML version 0.016'