summaryrefslogtreecommitdiffstats
path: root/perl/perl-Slurp-Tiny/README
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Slurp-Tiny/README')
-rw-r--r--perl/perl-Slurp-Tiny/README16
1 files changed, 4 insertions, 12 deletions
diff --git a/perl/perl-Slurp-Tiny/README b/perl/perl-Slurp-Tiny/README
index 46283e7225..2e850d8a16 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);