blob: 1012ae952e436e48d9ad3d81e3431f53f231f337 [file] [log] [blame]
Brad Bishopd7bf8c12018-02-25 22:55:05 -05001SUMMARY = "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"
Andrew Geissler9aee5002022-03-30 16:27:02 +00007LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
Brad Bishopd7bf8c12018-02-25 22:55:05 -05008
9LIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4"
10SRC_URI = "http://search.cpan.org/CPAN/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz"
11
12S = "${WORKDIR}/File-Slurp-${PV}"
13
14inherit cpan
15
16SRC_URI[md5sum] = "7d584cd15c4f8b9547765eff8c4ef078"
17SRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643"
18
19BBCLASSEXTEND="native"