Subject: | file comparison test would be nice |
Oftentimes a method will generate a file and you want to see if the generated file is the same as an expcted file.
A Test::More method such as
file_eq('tf/x.gen', 'x.expected', "compare files")
would be nice.