Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility with FindBin::libs on Windows #7

Closed
wants to merge 1 commit into from

Conversation

chorny
Copy link
Contributor

@chorny chorny commented Jun 2, 2014

with older version "Path::Tiny::path($path)->absolute->realpath;" may fail

with older version "Path::Tiny::path($path)->absolute->realpath;" may fail
@chorny
Copy link
Contributor Author

chorny commented Jun 2, 2014

this code fails for me:

use FindBin::libs;
require Path::Tiny;
$path = 'C:/';
my $search_root = Path::Tiny::path($path)->absolute->realpath;

kentfredric added a commit that referenced this pull request Aug 16, 2014
 [00 Trivial]
 - CPANDAY!
 - No code changes.
 - metadata updated.
 - tests updated.
 - whitespace reduced.

 [Dependencies::Noteworthy]
 - use newer Path::Tiny to avoid bug GH #7 ( Thanks Chorny )

 [Dependencies::Stats]
 - Dependencies changed since 0.5.1, see misc/*.deps* for details
 - configure: ↓1
 - develop: +1 (suggests: ↑1)
 - runtime: ↑1
 - test: +1 -3 (recommends: ↑1 -1)

 [Metadata]
 - move to kentnl org.
 - Show 2x contributors

 [Misc]
 - Improve source side POD to reduce build side whitespace.

 [Tests]
 - updated Test::ReportPrereqs
@kentfredric
Copy link
Member

Variation of your patch was merged. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants