summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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