diff options
author | Jonas Stein <jstein@gentoo.org> | 2017-08-01 01:18:10 +0200 |
---|---|---|
committer | Amy Liffey <amynka@gentoo.org> | 2017-08-04 23:05:40 +0200 |
commit | 4106254f0af238c330861f148ab7c9b217a82b08 (patch) | |
tree | 687697d2e6fca3bcc675f850c0d1211ccde5dfd4 /dev-perl/Hash-NoRef | |
parent | dev-perl/HTML-SimpleParse: Shorter DESCRIPTION (diff) | |
download | gentoo-4106254f0af238c330861f148ab7c9b217a82b08.tar.gz gentoo-4106254f0af238c330861f148ab7c9b217a82b08.tar.bz2 gentoo-4106254f0af238c330861f148ab7c9b217a82b08.zip |
dev-perl/Hash-NoRef: Shorter DESCRIPTION
Diffstat (limited to 'dev-perl/Hash-NoRef')
-rw-r--r-- | dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild index 4de5d7075d73..54521ba2bc1e 100644 --- a/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild +++ b/dev-perl/Hash-NoRef/Hash-NoRef-0.30.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ MODULE_AUTHOR=GMPASSOS MODULE_VERSION=0.03 inherit perl-module -DESCRIPTION="A HASH that store values without increasing the reference count (weak references)" +DESCRIPTION="Hash to store values without increasing reference count (weak references)" SLOT="0" KEYWORDS="amd64 x86" |