File: META.yml

package info (click to toggle)
libxml-struct-perl 0.27-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 220 kB
  • sloc: perl: 600; xml: 17; sh: 6; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 825 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
abstract: 'Represent XML as data structure preserving element order'
author:
  - 'Jakob Voß'
build_requires:
  Test::Warn: '0.31'
configure_requires:
  Module::Build::Tiny: '0.039'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.036, Dist::Milla version v1.0.15, CPAN::Meta::Converter version 2.150001'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: XML-Struct
no_index:
  directory:
    - t
    - xt
    - inc
    - share
    - eg
    - examples
requires:
  Moo: '1.0'
  XML::LibXML: '2.0'
  perl: v5.10.0
resources:
  bugtracker: https://github.com/nichtich/XML-Struct/issues
  homepage: https://github.com/nichtich/XML-Struct
  repository: https://github.com/nichtich/XML-Struct.git
version: '0.27'
x_contributors:
  - 'Jakob Voss <voss@gbv.de>'