This commit is contained in:
Martin McGrath 2015-12-13 16:22:30 +00:00
commit 07cd19ae3d

View file

@ -1,2 +1,2 @@
use File::Slurp;
my $text = read_file($filename);
use Path::Tiny;
my $text = path($filename)->slurp;