dev-perl/Dist-Zilla-Plugin-VersionFromMainModule: Fix DESCRIPTION

Signed-off-by: Ulrich Müller <ulm@gentoo.org>
This commit is contained in:
Ulrich Müller
2026-02-25 10:53:27 +01:00
parent c1af7160c1
commit 9debecc3eb

View File

@@ -1,4 +1,4 @@
# Copyright 2020-2025 Gentoo Authors
# Copyright 2020-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -7,7 +7,7 @@ DIST_AUTHOR=DROLSKY
DIST_VERSION=0.04
inherit perl-module
DESCRIPTION="Set the distribution version from your main module's $VERSION"
DESCRIPTION="Set the distribution version from your main module's \$VERSION"
SLOT="0"
KEYWORDS="~amd64 ~x86"