slackbuilds/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
..
README perl/perl-File-Slurp-Tiny: Added (renamed from perl-Slurp-Tiny). 2017-06-24 00:14:09 +01:00
perl-File-Slurp-Tiny.SlackBuild perl/perl-File-Slurp-Tiny: Added (renamed from perl-Slurp-Tiny). 2017-06-24 00:14:09 +01:00
perl-File-Slurp-Tiny.info perl/perl-File-Slurp-Tiny: Update homepage and download. 2018-05-27 11:10:58 +07:00
slack-desc perl/perl-File-Slurp-Tiny: Update homepage and download. 2018-05-27 11:10:58 +07:00

README

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

Usage:

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