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>
This commit is contained in:
parent
b6b45b4962
commit
691012eedd
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue