summaryrefslogtreecommitdiffstats
path: root/perl/perl-Slurp-Tiny/README
diff options
context:
space:
mode:
author Brenton Earl <brent@exitstatusone.com>2017-06-24 00:12:53 +0100
committer David Spencer <idlemoor@slackbuilds.org>2017-06-24 00:12:53 +0100
commit3081b2b32bcd0e36a55e3d080fbd2696c58ac647 (patch)
tree7db97b48babdf30568b523bfc66584b0ba9152e9 /perl/perl-Slurp-Tiny/README
parent6eaaf939227b3050dd07407635c0f7f958740474 (diff)
downloadslackbuilds-3081b2b32bcd0e36a55e3d080fbd2696c58ac647.tar.gz
slackbuilds-3081b2b32bcd0e36a55e3d080fbd2696c58ac647.tar.xz
perl/perl-Slurp-Tiny: Removed (renamed to perl-File-Slurp-Tiny).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'perl/perl-Slurp-Tiny/README')
-rw-r--r--perl/perl-Slurp-Tiny/README6
1 files changed, 0 insertions, 6 deletions
diff --git a/perl/perl-Slurp-Tiny/README b/perl/perl-Slurp-Tiny/README
deleted file mode 100644
index 2e850d8a16..0000000000
--- a/perl/perl-Slurp-Tiny/README
+++ /dev/null
@@ -1,6 +0,0 @@
-File::Slurp::Tiny - A simple, sane and efficient file slurper
-
-Usage:
-
-use File::Slurp::Tiny 'read_file';
-my $content = read_file($filename);