summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl/perl-Slurp-Tiny/README16
-rw-r--r--perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild2
-rw-r--r--perl/perl-Slurp-Tiny/perl-Slurp-Tiny.info6
3 files changed, 8 insertions, 16 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);
diff --git a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild
index 01927f45e0..1249628de4 100644
--- a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild
+++ b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Slurp-Tiny
-VERSION=${VERSION:-0.003}
+VERSION=${VERSION:-0.004}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.info b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.info
index e9bffb3085..4ceb73b76a 100644
--- a/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.info
+++ b/perl/perl-Slurp-Tiny/perl-Slurp-Tiny.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Slurp-Tiny"
-VERSION="0.003"
+VERSION="0.004"
HOMEPAGE="http://search.cpan.org/dist/File-Slurp-Tiny/"
-DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.003.tar.gz"
-MD5SUM="b3c1c485b5bc40f7e94acfd983d7a871"
+DOWNLOAD="http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/File-Slurp-Tiny-0.004.tar.gz"
+MD5SUM="7575b81543281ea57cdb7e5eb3f73264"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""