Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
..
README 1bbd17a7a1 perl/perl-File-Slurp-Tiny: Added (renamed from perl-Slurp-Tiny). il y a 7 ans
perl-File-Slurp-Tiny.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var il y a 3 ans
perl-File-Slurp-Tiny.info 3620f5f6a7 perl/perl-File-Slurp-Tiny: Update homepage and download. il y a 6 ans
slack-desc 3620f5f6a7 perl/perl-File-Slurp-Tiny: Update homepage and download. il y a 6 ans

README

File::Slurp::Tiny - A simple, sane and efficient file slurper

Usage:

use File::Slurp::Tiny 'read_file';
my $content = read_file($filename);