diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-09-16 16:11:09 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-09-16 16:53:13 +1200 |
commit | d088460242b17e4ad6bd2c5c09c6f12e38579cd0 (patch) | |
tree | b03baf4896ae9347eb1bf7c824a401af79b45e19 /dev-perl/Devel-GlobalDestruction | |
parent | net-misc/youtube-dl: Old. (diff) | |
download | gentoo-d088460242b17e4ad6bd2c5c09c6f12e38579cd0.tar.gz gentoo-d088460242b17e4ad6bd2c5c09c6f12e38579cd0.tar.bz2 gentoo-d088460242b17e4ad6bd2c5c09c6f12e38579cd0.zip |
dev-perl/Devel-GlobalDestruction: Fix DESCRIPTIONS for QA
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-perl/Devel-GlobalDestruction')
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild index 79e2dcee4db0..bf9c648ec9f3 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.120.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION="Expose PL_dirty, the flag which marks global destruction" +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc ~ppc64 x86 ~ppc-aix ~x86-fbsd ~x86-solaris" diff --git a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild index 6a9615dbd0cd..9f2c498c72b1 100644 --- a/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild +++ b/dev-perl/Devel-GlobalDestruction/Devel-GlobalDestruction-0.130.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ MODULE_AUTHOR=HAARG MODULE_VERSION=0.12 inherit perl-module -DESCRIPTION='Provides function returning the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' +DESCRIPTION='Returns the equivalent of ${^GLOBAL_PHASE} eq DESTRUCT for older perls' SLOT="0" KEYWORDS="amd64 ~arm hppa ~ppc ~ppc64 ~x86 ~ppc-aix ~x86-fbsd ~x86-solaris" |