Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the OpenGuides CPAN distribution.

Report information
The Basics
Id: 11079
Status: resolved
Priority: 0/
Queue: OpenGuides

People
Owner: dom [...] cpan.org
Requestors: dom [...] cpan.org
Cc:
AdminCc:

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



Subject: OpenGuides::Config doesn't fail
$ perl -MOpenGuides::Config -e'$config = OpenGuides::Config->new( file => "/tmp/doesnotexist" && print "should have failed\n");' should have failed Check - fails on file open error - fails on parse error
[DOM - Wed Jan 19 07:30:00 2005]: Show quoted text
> $ perl -MOpenGuides::Config -e'$config = OpenGuides::Config->new( file > => "/tmp/doesnotexist" && print "should have failed\n");' > should have failed
Fixed in svn.