1---
2abstract: 'Perl extension for generating Scalable Vector Graphics (SVG) documents.'
3author:
4  - 'Ronan Oger <ronan@cpan.com>'
5build_requires:
6  ExtUtils::MakeMaker: '0'
7  File::Spec: '0'
8  Test::More: '0.94'
9  strict: '0'
10  warnings: '0'
11configure_requires:
12  ExtUtils::MakeMaker: '0'
13  perl: '5.006'
14  strict: '0'
15  warnings: '0'
16dynamic_config: 1
17generated_by: 'ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter version 2.150010'
18license: perl
19meta-spec:
20  url: http://module-build.sourceforge.net/META-spec-v1.4.html
21  version: '1.4'
22name: SVG
23no_index:
24  directory:
25    - t
26    - inc
27provides:
28  SVG:
29    file: lib/SVG.pm
30    version: '2.86'
31  SVG::DOM:
32    file: lib/SVG/DOM.pm
33    version: '2.86'
34  SVG::Element:
35    file: lib/SVG/Element.pm
36    version: '2.86'
37  SVG::Extension:
38    file: lib/SVG/Extension.pm
39    version: '2.86'
40  SVG::XML:
41    file: lib/SVG/XML.pm
42    version: '2.86'
43requires:
44  Exporter: '0'
45  Scalar::Util: '0'
46  constant: '0'
47  parent: '0'
48  perl: '5.006'
49  strict: '0'
50  warnings: '0'
51resources:
52  repository: https://github.com/manwar/SVG.git
53version: '2.86'
54x_contributors:
55  - 'Peter Wainwright'
56  - 'Ian Hickson'
57  - 'Adam Schneider'
58  - 'Steve Lihn'
59  - 'Allen Day'
60  - 'Gabor Szabo'
61  - 'Mohammad S Anwar'
62x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
63