Subject: | Test::File::Contents should support file_contents_unlike() |
Test::File::Contents should support file_contents_unlike() alongside the _like() function (analagous to Test::More's like() and unlike() functions).
This would let you write things like:
file_contents_unlike('/etc/nsswitch.conf', qr/nis/, 'NIS should not be enabled');