Skip Menu |

This queue is for tickets about the Apache-Session-PHP CPAN distribution.

Report information
The Basics
Id: 115489
Status: new
Priority: 0/
Queue: Apache-Session-PHP

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

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



Subject: Error messages should include the file that fails
Apache::Session::Store::PHP has a couple of IO::File constructors that can fail, and when they do, they report $! but not the name of the file. my $fh = IO::File->new(">".$self->_file($session)) or die "Could not open file: $!"; It should include the name of the file being operated on for the sake of the person having to debug the problem in their app.