diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-07-22 08:08:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-22 08:08:47 +0700 |
commit | e9079c096193e69cfaae8dfb4d63be54ff0085d3 (patch) | |
tree | 027af52f248e796dbd075bc4ae4196316fede306 /perl/perl-Slurp-Tiny/README | |
parent | 3a3d4346db3f56b42b06869d103f2b8799f61155 (diff) |
perl/perl-Slurp-Tiny: Updated for version 0.004.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Slurp-Tiny/README')
-rw-r--r-- | perl/perl-Slurp-Tiny/README | 16 |
1 files changed, 4 insertions, 12 deletions
diff --git a/perl/perl-Slurp-Tiny/README b/perl/perl-Slurp-Tiny/README index 46283e7225b3c..2e850d8a16ead 100644 --- a/perl/perl-Slurp-Tiny/README +++ b/perl/perl-Slurp-Tiny/README @@ -1,14 +1,6 @@ +File::Slurp::Tiny - A simple, sane and efficient file slurper -# File-Slurp-Tiny +Usage: -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. +use File::Slurp::Tiny 'read_file'; +my $content = read_file($filename); |