diff options
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. |