summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-07 22:48:42 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-07 23:06:55 +0200
commit1a1f1898270b19a52190c6b23d5348abd9f6f12f (patch)
tree9afd026222b34ce155434c9bea6083d64242ddf6 /dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild
parentdev-perl/XML-Validator-Schema: EAPI=8 bump (diff)
downloadgentoo-1a1f1898270b19a52190c6b23d5348abd9f6f12f.tar.gz
gentoo-1a1f1898270b19a52190c6b23d5348abd9f6f12f.tar.bz2
gentoo-1a1f1898270b19a52190c6b23d5348abd9f6f12f.zip
dev-perl/XML-Writer: Version bump 0.900
Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild')
-rw-r--r--dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild b/dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild
new file mode 100644
index 000000000000..47570ba083cd
--- /dev/null
+++ b/dev-perl/XML-Writer/XML-Writer-0.900.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=JOSEPHW
+DIST_VERSION=0.900
+inherit perl-module
+
+DESCRIPTION="XML Writer Perl Module"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+src_test() {
+ perl_rm_files t/pod-coverage.t t/pod.t
+ perl-module_src_test
+}