summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-10-12 08:25:12 +0200
committer Willy Sudiarto Raharjo2021-10-12 19:52:44 +0200
commit691012eedd2ecedc2903aabb02f0cf431775e485 (patch)
treec55d6d429e96ca0311040918adde0ed071014cea
parentb6b45b4962b321559c271137979fc98c48e313a1 (diff)
downloadslackbuilds-691012eedd2ecedc2903aabb02f0cf431775e485.tar.gz
perl/perl-lwp-useragent-cached: Remove template comment.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-lwp-useragent-cached/README7
-rw-r--r--perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild3
2 files changed, 4 insertions, 6 deletions
diff --git a/perl/perl-lwp-useragent-cached/README b/perl/perl-lwp-useragent-cached/README
index e3700fdfc6..22114401da 100644
--- a/perl/perl-lwp-useragent-cached/README
+++ b/perl/perl-lwp-useragent-cached/README
@@ -1,5 +1,6 @@
perl-lwp-useragent-cached (LWP::UserAgent caching mechanism)
-LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with cache
-support. It stores cache in the files on local filesystem and if response
-already available in the cache returns it instead of making HTTP request.
+LWP::UserAgent::Cached is yet another LWP::UserAgent subclass with
+cache support. It stores cache in the files on local filesystem and if
+response already available in the cache returns it instead of making
+HTTP request.
diff --git a/perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild b/perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild
index f81dc38db4..0d7928e7d5 100644
--- a/perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild
+++ b/perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild
@@ -22,9 +22,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0