xref: /openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libfile/libfile-slurp-perl_9999.19.bb (revision 8460358c3d24c71d9d38fd126c745854a6301564)
1SUMMARY = "Slurp entire files into variables."
2DESCRIPTION = "This module provides subroutines to read or write \
3  entire files with a simple call.  It also has a subroutine for \
4  reading the list of filenames in a directory. \
5"
6SECTION = "libs"
7HOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19"
8LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
9
10LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4"
11SRC_URI = "${CPAN_MIRROR}/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
12
13S = "${WORKDIR}/File-Slurp-${PV}"
14
15inherit cpan
16
17SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643"
18
19BBCLASSEXTEND="native"
20