slackbuilds_ponce/perl/perl-File-Slurp-Tiny
Brenton Earl 1bbd17a7a1 perl/perl-File-Slurp-Tiny: Added (renamed from perl-Slurp-Tiny).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-06-24 00:14:09 +01:00
..
perl-File-Slurp-Tiny.info
perl-File-Slurp-Tiny.SlackBuild
README
slack-desc

File::Slurp::Tiny - A simple, sane and efficient file slurper

Usage:

use File::Slurp::Tiny 'read_file';
my $content = read_file($filename);