File: META.yml

package info (click to toggle)
libxml-namespacefactory-perl 1.02-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 112 kB
  • sloc: perl: 42; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,130 bytes parent folder | download | duplicates (5)
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
35
36
37
38
39
40
41
42
43
44
45
---
abstract: 'Simple factory objects for SAX namespaced names.'
author:
  - 'Robin Berjon <robin@knowscape.com>'
  - 'Chris Prather <chris@prather.org>'
build_requires:
  Test: '0'
configure_requires:
  ExtUtils::MakeMaker: '6.17'
dynamic_config: 0
generated_by: 'Dist::Zilla version 5.019, CPAN::Meta::Converter version 2.141520'
license: perl
meta-spec:
  url: http://module-build.sourceforge.net/META-spec-v1.4.html
  version: '1.4'
name: XML-NamespaceFactory
no_index:
  directory:
    - t
    - xt
    - examples
    - corpus
  package:
    - DB
provides:
  XML::NamespaceFactory:
    file: lib/XML/NamespaceFactory.pm
    version: '1.02'
  XML::NamespaceFactory::TiedHash:
    file: lib/XML/NamespaceFactory.pm
    version: '1.02'
requires:
  Carp: '0'
  overload: '0'
  perl: '5.006'
  strict: '0'
  vars: '0'
resources:
  bugtracker: https://github.com/perigrin/xml-namespacefactory/issues
  homepage: https://github.com/perigrin/xml-namespacefactory
  repository: https://github.com/perigrin/xml-namespacefactory.git
version: '1.02'
x_authority: cpan:PERIGRIN
x_contributors:
  - 'Kjetil Kjernsmo <kjetil@kjernsmo.net>'