slackbuilds_ponce/perl/perl-File-Slurp-Tiny
Chris Novakovic 3620f5f6a7 perl/perl-File-Slurp-Tiny: Update homepage and download.
Signed-off-by: Chris Novakovic <chris@chrisn.me.uk>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2018-05-27 11:10:58 +07: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);