diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-12 02:25:12 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-13 00:52:44 +0700 |
commit | 691012eedd2ecedc2903aabb02f0cf431775e485 (patch) | |
tree | c55d6d429e96ca0311040918adde0ed071014cea /perl/perl-lwp-useragent-cached | |
parent | b6b45b4962b321559c271137979fc98c48e313a1 (diff) |
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>
Diffstat (limited to 'perl/perl-lwp-useragent-cached')
-rw-r--r-- | perl/perl-lwp-useragent-cached/README | 7 | ||||
-rw-r--r-- | perl/perl-lwp-useragent-cached/perl-lwp-useragent-cached.SlackBuild | 3 |
2 files changed, 4 insertions, 6 deletions
diff --git a/perl/perl-lwp-useragent-cached/README b/perl/perl-lwp-useragent-cached/README index e3700fdfc689d..22114401da7c2 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 f81dc38db4813..0d7928e7d5ea1 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 |