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

RPerl::Config use File::Spec for Win32 paths #40

Merged
merged 1 commit into from
Nov 26, 2015
Merged

Conversation

bulk88
Copy link
Collaborator

@bulk88 bulk88 commented Nov 25, 2015

Fixes

ERROR EINRP01: Expected to find C:\sources\rperl\blib\lib\RPerl.pm but
instead found
$VAR1 = [
'C:\sources\rperl\blib\lib/RPerl.pm'
];
, croaking at C:\sources\rperl\blib\lib/RPerl/CompileUnit/Module/Class.pm
line 5.

Fixes

ERROR EINRP01: Expected to find C:\sources\rperl\blib\lib\RPerl.pm but
instead found
$VAR1 = [
          'C:\\sources\\rperl\\blib\\lib/RPerl.pm'
        ];
, croaking at C:\sources\rperl\blib\lib/RPerl/CompileUnit/Module/Class.pm
line 5.
wbraswell added a commit that referenced this pull request Nov 26, 2015
MS Windows, RPerl::Config, Use File::Spec For Win32 Paths
@wbraswell wbraswell merged commit b88296b into master Nov 26, 2015
@wbraswell wbraswell deleted the rpcfg_filespec branch November 26, 2015 02:30
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.

2 participants