summaryrefslogtreecommitdiffstats
path: root/perl/perl-File-Slurp-Tiny/README
diff options
context:
space:
mode:
author Brenton Earl2017-06-24 01:13:33 +0200
committer David Spencer2017-06-24 01:14:09 +0200
commit1bbd17a7a1b8659eade99fb1f657828bb3da5ce4 (patch)
treecab2e3ceed17a66c9af6752204a2bd73939a315a /perl/perl-File-Slurp-Tiny/README
parent3081b2b32bcd0e36a55e3d080fbd2696c58ac647 (diff)
downloadslackbuilds-1bbd17a7a1b8659eade99fb1f657828bb3da5ce4.tar.gz
perl/perl-File-Slurp-Tiny: Added (renamed from perl-Slurp-Tiny).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-File-Slurp-Tiny/README')
-rw-r--r--perl/perl-File-Slurp-Tiny/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/perl/perl-File-Slurp-Tiny/README b/perl/perl-File-Slurp-Tiny/README
new file mode 100644
index 0000000000..2e850d8a16
--- /dev/null
+++ b/perl/perl-File-Slurp-Tiny/README
@@ -0,0 +1,6 @@
+File::Slurp::Tiny - A simple, sane and efficient file slurper
+
+Usage:
+
+use File::Slurp::Tiny 'read_file';
+my $content = read_file($filename);