Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

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

Report information
The Basics
Id: 70611
Status: patched
Priority: 0/
Queue: File-Share

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

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



Subject: "Failed to find share dir" when run inside the distribution directory
If run inside the distribution directory the $path in line 40 becomes: 'lib/Name' and this does not match the pattern s!(\S.*?)[\\/]?\bb?lib\b.*!$1! in line 42, because the part to be matched by (\S.*?) is empty.
Complete examples: perl -Ilib script/myapp.pl perl -I./lib script/myapp.pl Workaround: perl "-I$PWD/lib" script/myapp.pl However, using this workaround breaks the basic purpose of File::Share: to simplify the developer's life. -- Olivier Mengué - http://perlresume.org/DOLMEN
subscribing to get notified when fixed
RT-Send-CC: dolmen [...] cpan.org, abraxxa [...] cpan.org