Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 30346
Status: resolved
Priority: 0/
Queue: Test-File

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

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



Subject: file_not_empty_ok reports OK if file does not exist!
# This little test passes, which I think is NOT desired behavior: use Test::File; use Test::More tests => 1; unlink 'no_such_file'; file_not_empty_ok('no_such_file'); __END__ -- - - Martin 'Kingpin' Thurn
This should be fixed in 1.21. Thanks, :)