From 1ea7b878c22071db45c4489c066fc077432e1069 Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Thu, 2 Jul 2015 12:46:49 +0700 Subject: perl/perl-Slurp-Tiny: Added (perl module). Signed-off-by: Willy Sudiarto Raharjo --- perl/perl-Slurp-Tiny/README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 perl/perl-Slurp-Tiny/README (limited to 'perl/perl-Slurp-Tiny/README') diff --git a/perl/perl-Slurp-Tiny/README b/perl/perl-Slurp-Tiny/README new file mode 100644 index 0000000000..46283e7225 --- /dev/null +++ b/perl/perl-Slurp-Tiny/README @@ -0,0 +1,14 @@ + +# 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. -- cgit v1.2.3