Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 9003
Status: resolved
Priority: 0/
Queue: Test-Simple

People
Owner: Nobody in particular
Requestors: bauhaus [...] metaperl.com
Cc:
AdminCc:

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



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.