forked from openkylin/libfile-slurper-perl
49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
---
|
|
abstract: 'A simple, sane and efficient module to slurp a file'
|
|
author:
|
|
- 'Leon Timmermans <leont@cpan.org>'
|
|
build_requires:
|
|
File::Spec::Functions: '0'
|
|
File::Temp: '0'
|
|
FindBin: '0'
|
|
Test::More: '0'
|
|
Test::Warnings: '0'
|
|
perl: '5.008'
|
|
configure_requires:
|
|
ExtUtils::MakeMaker: '0'
|
|
perl: '5.008'
|
|
dynamic_config: 0
|
|
generated_by: 'Dist::Zilla version 6.020, CPAN::Meta::Converter version 2.150010'
|
|
license: perl
|
|
meta-spec:
|
|
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
|
version: '1.4'
|
|
name: File-Slurper
|
|
provides:
|
|
File::Slurper:
|
|
file: lib/File/Slurper.pm
|
|
version: '0.013'
|
|
recommends:
|
|
PerlIO::utf8_strict: '0'
|
|
requires:
|
|
Carp: '0'
|
|
Encode: '2.11'
|
|
Exporter: '5.57'
|
|
PerlIO::encoding: '0'
|
|
constant: '0'
|
|
perl: '5.008'
|
|
strict: '0'
|
|
warnings: '0'
|
|
resources:
|
|
bugtracker: http://rt.cpan.org/Public/Dist/Display.html?Name=File-Slurper
|
|
repository: git://github.com/Leont/file-slurp-sane.git
|
|
version: '0.013'
|
|
x_contributors:
|
|
- 'Jim Davis <revhippie@gmail.com>'
|
|
- 'Leon Timmermans <fawaka@gmail.com>'
|
|
- 'Olivier Mengué <dolmen@cpan.org>'
|
|
- 'Philipp Gortan <philipp.gortan@apa.at>'
|
|
x_generated_by_perl: v5.32.0
|
|
x_serialization_backend: 'YAML::Tiny version 1.73'
|
|
x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
|