25 lines
542 B
TOML
25 lines
542 B
TOML
[build]
|
|
type = "perl"
|
|
|
|
[dependencies]
|
|
runtime = [
|
|
"perl",
|
|
"perl-text-wrap",
|
|
]
|
|
test = [ "perl-file-slurper" ]
|
|
|
|
[package]
|
|
description = "Parser to convert POD documents into Pod Object Models"
|
|
homepage = "https://metacpan.org/dist/Pod-POM"
|
|
license = [
|
|
"Artistic-2.0",
|
|
"GPL-1.0-or-later",
|
|
]
|
|
name = "perl-pod-pom"
|
|
version = "2.01"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "1b50fba9bbdde3ead192beeba0eaddd0c614e3afb1743fa6fff805f57c56f7f4"
|
|
url = "https://cpan.metacpan.org/authors/id/N/NE/NEILB/Pod-POM-$version.tar.gz"
|