summaryrefslogtreecommitdiffstats
path: root/perl/perl-Slurp-Tiny/README
diff options
context:
space:
mode:
author Brenton Earl2015-07-02 07:46:49 +0200
committer Willy Sudiarto Raharjo2015-07-04 05:38:12 +0200
commit1ea7b878c22071db45c4489c066fc077432e1069 (patch)
tree1500f0028bf46f71cc79903fedd687ea9170ba09 /perl/perl-Slurp-Tiny/README
parent3e0b78a70eb442cd723b7860180c2323a54d27e7 (diff)
downloadslackbuilds-1ea7b878c22071db45c4489c066fc077432e1069.tar.gz
perl/perl-Slurp-Tiny: Added (perl module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Slurp-Tiny/README')
-rw-r--r--perl/perl-Slurp-Tiny/README14
1 files changed, 14 insertions, 0 deletions
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.