Subject: | errors when converting from File::Slurp |
In the Directory::Scratch code (https://github.com/karenetheridge/Directory-Scratch), and s/File::Slurp/File::Slurp::Tiny/ in .pm and .t files:
: [ether@tequila git/Directory-Scratch].7$; perl -d:Confess -Ilib t/integration/01-parents_too.t
1..2
Error writing file: Inappropriate ioctl for device at lib/Directory/Scratch.pm line 244.
Directory::Scratch::write(Directory::Scratch=HASH(0x100802238), "foo/bar/baz/bat/yay", "foo", "bar", "baz", "bat", "yay") called at lib/Directory/Scratch.pm line 295
Directory::Scratch::touch(Directory::Scratch=HASH(0x100802238), "foo/bar/baz/bat/yay", "foo", "bar", "baz", "bat", "yay") called at t/integration/01-parents_too.t line 12
# Looks like your test exited with 25 before it could output anything.
Are not all File::Slurp options handled in the same way?