kentnl / File-ShareDir-ProjectDistDir

Simple set-and-forget using of a '/share' directory in your projects root
Other
5 stars 5 forks source link

Not working on mswin #9

Closed zdm closed 10 years ago

zdm commented 10 years ago

Hi.

Script freezes when used package as: use File::ShareDir::ProjectDistDir qw(dist_file).

But everything fine when use File::ShareDir::ProjectDistDir() without calling import method.

Seem has some problems with Sub::Exporter.

I use activeperl 5.16.3-x64 on Windows 8-x64. On linux everything works as expected.

kentfredric commented 10 years ago

Unfortunately, without any additional context ( backtraces, etc, reductionist test cases, etc ) this may be unlikely to be resolved.

It might be a bug in Path::FindDev, an underpinning code, if that is getting stuck upleveling.

If you can, set environment variables PATH_FINDDEV_DEBUG=1 and PATH_ISDEV_DEBUG=1 and see if its getting stuck somewhere in there.

Sorry its not working, just for me, testing and developing the windows side of the equation is a persistent challenge.

zdm commented 10 years ago

Hi, again.

You are right, this is a bug in Path::FindDev::Object. Please, close issue.

On Tue, Oct 1, 2013 at 11:50 AM, Kent Fredric notifications@github.comwrote:

Unfortunately, without any additional context ( backtraces, etc, reductionist test cases, etc ) this may be unlikely to be resolved.

It might be a bug in Path::FindDev, an underpinning code, if that is getting stuck upleveling.

If you can, set environment variables PATH_FINDDEV_DEBUG=1 and PATH_ISDEV_DEBUG=1 and see if its getting stuck somewhere in there.

Sorry its not working, just for me, testing and developing the windows side of the equation is a persistent challenge.

— Reply to this email directly or view it on GitHubhttps://github.com/kentfredric/File-ShareDir-ProjectDistDir/issues/9#issuecomment-25434051 .