22 lines
527 B
TOML
22 lines
527 B
TOML
[build]
|
|
type = "perl"
|
|
|
|
[dependencies]
|
|
runtime = ["perl"]
|
|
test = [ "perl-test-warnings" ]
|
|
|
|
[package]
|
|
description = "simple, sane and efficient module to slurp a file"
|
|
homepage = "https://metacpan.org/release/File-Slurper"
|
|
license = [
|
|
"Artistic-2.0",
|
|
"GPL-1.0-Only",
|
|
]
|
|
name = "perl-file-slurper"
|
|
version = "0.014"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "d5a36487339888c3cd758e648160ee1d70eb4153cacbaff57846dbcefb344b0c"
|
|
url = "https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/File-Slurper-$version.tar.gz"
|