Skip Menu |

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

Report information
The Basics
Id: 76895
Status: new
Priority: 0/
Queue: File-HomeDir

People
Owner: Nobody in particular
Requestors: james.a.deese [...] navy.mil
Cc:
AdminCc:

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



Subject: Mac OS X crash
Date: Mon, 30 Apr 2012 09:22:13 -0400
To: <bug-File-HomeDir [...] rt.cpan.org>
From: "Deese, James A CIV SPAWARSYSCEN-ATLANTIC, 58600" <james.a.deese [...] navy.mil>
If you run the Mac OS X version of File-HomeDir, then it simply crashes because of the following: If ( eval { require Mac::Files; 1 } That line simple crashes when I attempt to run it on a Mac OS X system running 10.7. If I change it to be in quotes like the following: If (eval { require "Mac::Files"; 1 } Then it works fine. If this accomplishes the attended goal that you had in mind, can you please update it in this manner or some manner that doesn't crash on Mac OS X systems. Thank you, Andy