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

Plugin fails under windows #3

Closed
BillKSmith opened this issue Aug 1, 2018 · 2 comments
Closed

Plugin fails under windows #3

BillKSmith opened this issue Aug 1, 2018 · 2 comments

Comments

@BillKSmith
Copy link

Attempted to duplicate the example from the book "Intermediate Perl" 2nd edition (Page 182), using Windows 7 Professional, Service Pack 1, 64-bit and Strawberry perl 5.24.1.

Plusgin failed with an error message from Windows.

'.' is not recognized as an internal or external command,

Corion identified the problem and syphilis proposed a fix in permonks.com node_id=1219609 which solves my problem.

Change line 194
from
system( './Build', 'manifest' );
to
system( $^X, './Build', 'manifest' ); #ref perlmonks id 1219584

I have not attempted to demonstrate the problem or the fix in any other configuration.

@briandfoy
Copy link
Owner

The Perlmonks link is https://www.perlmonks.org/?node_id=1219584

Sorry this took so long. There was a long period where I wasn't getting Github notifications (or paying attention to Perlmonks).

You noted this was your first time filing an issue, and even though I dropped the ball on this, you did pretty well. It's a clear description of the problem and you pointed to a fix. Well done!

@BillKSmith
Copy link
Author

BillKSmith commented Jan 26, 2021 via email

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

No branches or pull requests

2 participants