slackbuilds_ponce/perl/perl-Slurp-Tiny
Brenton Earl 1ea7b878c2 perl/perl-Slurp-Tiny: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-07-04 10:38:12 +07:00
..
perl-Slurp-Tiny.info
perl-Slurp-Tiny.SlackBuild
README
slack-desc

# File-Slurp-Tiny

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

#### Synopsis

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

#### Description

This module provides functions for fast and correct slurping and
spewing. All functions are optionally exported.