File: dist.ini

package info (click to toggle)
libyaml-tiny-perl 1.73-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 572 kB
  • sloc: perl: 1,397; makefile: 2
file content (46 lines) | stat: -rw-r--r-- 1,136 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
35
36
37
38
39
40
41
42
43
44
45
46
name                = YAML-Tiny
author              = Adam Kennedy <adamk@cpan.org>
copyright_holder    = Adam Kennedy
copyright_year      = 2006
license             = Perl_5
abstract            = Read/Write YAML files with as little code as possible

[PodVersion]

; version is determined from lib/YAML/Tiny.pm and is bumped automatically
; after each release
[@Author::ETHER]
:version = 0.119
installer = MakeMaker
changes_version_columns = 8
-remove = PodWeaver
Authority.authority = cpan:ADAMK
Test::MinimumVersion.max_target_perl = 5.008001
Keywords.keywords = YAML markup language serializer serialiser string data
-remove = Test::Pod::No404s     ; RIP use.perl.org

[Prereqs / DevelopRequires]
YAML = 0.66
YAML::Syck = 1.05
YAML::XS = 0.29

[Prereqs::Soften]
module = JSON::MaybeXS

[Prereqs / TestRequires]
File::Spec = 0.80

[MetaResources]
x_IRC = irc://irc.perl.org/#yaml
; x_MailingList = ???

[Encoding / data]
encoding = bytes
matches = ^t/data/
matches = ^t/tml-
matches = ^t/README\.md$

[OnlyCorePrereqs]
:version = 0.008
check_dual_life_versions = 0
starting_version = 5.007003     ; when Scalar::Util was first cored