File: dist.ini

package info (click to toggle)
libxml-simple-perl 2.25-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 428 kB
  • sloc: perl: 1,137; xml: 47; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (2)
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
name             = XML-Simple
author           = Grant McLean <grantm@cpan.org>
version          = 2.25
license          = Perl_5
copyright_holder = Grant McLean
copyright_year   = 2018
main_module      = lib/XML/Simple.pm
repository       = git://github.com/grantm/xml-simple.git

[Repository]
[@Basic]
[NextRelease]
;[PodCoverageTests]
[PodSyntaxTests]
[MetaJSON]
[PkgVersion]
[@Git]

[Prereqs]
perl                   = 5.008
XML::SAX               = 0.15
XML::SAX::Expat        = 0
XML::NamespaceSupport  = 1.04

[Prereqs / TestRequires]
Test::More       = 0.88
File::Temp       = 0