1eb8dc403SDave CobbleySUMMARY = "Slurp entire files into variables." 2eb8dc403SDave CobbleyDESCRIPTION = "This module provides subroutines to read or write \ 3eb8dc403SDave Cobbley entire files with a simple call. It also has a subroutine for \ 4eb8dc403SDave Cobbley reading the list of filenames in a directory. \ 5eb8dc403SDave Cobbley" 6eb8dc403SDave CobbleySECTION = "libs" 7*8460358cSPatrick WilliamsHOMEPAGE = "https://metacpan.org/release/URI/File-Slurp-9999.19" 89aee5003SAndrew GeisslerLICENSE = "Artistic-1.0 | GPL-1.0-or-later" 9eb8dc403SDave Cobbley 10eb8dc403SDave CobbleyLIC_FILES_CHKSUM = "file://README;beginline=37;endline=41;md5=255fbd5f98a90d51d9908d31271ae4d4" 11*8460358cSPatrick WilliamsSRC_URI = "${CPAN_MIRROR}/authors/id/U/UR/URI/File-Slurp-${PV}.tar.gz" 12eb8dc403SDave Cobbley 13eb8dc403SDave CobbleyS = "${WORKDIR}/File-Slurp-${PV}" 14eb8dc403SDave Cobbley 15eb8dc403SDave Cobbleyinherit cpan 16eb8dc403SDave Cobbley 17eb8dc403SDave CobbleySRC_URI[sha256sum] = "ce29ebe995097ebd6e9bc03284714cdfa0c46dc94f6b14a56980747ea3253643" 18eb8dc403SDave Cobbley 19eb8dc403SDave CobbleyBBCLASSEXTEND="native" 20