Lines Matching full:encode
2 # You should use perl-module-encode rather than this package
6 SUMMARY = "Encode - character encodings"
7 DESCRIPTION = "The \"Encode\" module provides the interfaces between \
12 HOMEPAGE = "https://metacpan.org/release/Encode"
17 SRC_URI = "${CPAN_MIRROR}/authors/id/D/DA/DANKOGAI/Encode-${PV}.tar.gz"
20 UPSTREAM_CHECK_REGEX = "Encode\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"
22 S = "${WORKDIR}/Encode-${PV}"
29 # Circular dependency of perl-module-open on perl-module-encode
30 # and we cannot load perl-module-encode because we are providing
32 rm -rf ${B}/t/use-Encode-Alias.t
45 RCONFLICTS:${PN} = "perl-misc perl-module-encode"