Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-File-Contents CPAN distribution.

Report information
The Basics
Id: 13712
Status: new
Priority: 0/
Queue: Test-File-Contents

People
Owner: Nobody in particular
Requestors: NIKC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



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');