diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-07-02 12:46:49 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-04 10:38:12 +0700 |
commit | 1ea7b878c22071db45c4489c066fc077432e1069 (patch) | |
tree | 1500f0028bf46f71cc79903fedd687ea9170ba09 /perl/perl-Slurp-Tiny/README | |
parent | 3e0b78a70eb442cd723b7860180c2323a54d27e7 (diff) | |
download | slackbuilds-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/README | 14 |
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. |