diff options
author | Brenton Earl <brent@exitstatusone.com> | 2017-06-24 00:13:33 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-06-24 00:14:09 +0100 |
commit | 1bbd17a7a1b8659eade99fb1f657828bb3da5ce4 (patch) | |
tree | cab2e3ceed17a66c9af6752204a2bd73939a315a /perl/perl-File-Slurp-Tiny/README | |
parent | 3081b2b32bcd0e36a55e3d080fbd2696c58ac647 (diff) |
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/README | 6 |
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 0000000000000..2e850d8a16ead --- /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); |