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

Assure . is in @INC so Build.PL will run when . is not in @INC by def… #70

Closed
wants to merge 1 commit into from

Conversation

toddr
Copy link
Contributor

@toddr toddr commented Feb 3, 2017

…ault

@syohex
Copy link
Collaborator

syohex commented Feb 4, 2017

Thanks for information however this change makes no sense. Because Build.PL is generated by Minilla. It is overwritten by next minil build.

@skaji
Copy link
Member

skaji commented Feb 9, 2017

Need to change tool/generate-mouse-tiny.pl too.

❯ perl Build.PL
Created MYMETA.yml and MYMETA.json
Creating new 'Build' script for 'Mouse' version 'v2.4.7'

❯ ./Build
Building Mouse
Generate Mouse::Tiny ...
Can't locate lib/Mouse/Spec.pm in @INC (you may need to install the lib::Mouse::Spec module) (@INC contains: /home/skaji/env/plenv/versions/n02.09-v5.25.9-100/lib/perl5/site_perl/5.25.10/x86_64-linux /home/skaji/env/plenv/versions/n02.09-v5.25.9-100/lib/perl5/site_perl/5.25.10 /home/skaji/env/plenv/versions/n02.09-v5.25.9-100/lib/perl5/5.25.10/x86_64-linux /home/skaji/env/plenv/versions/n02.09-v5.25.9-100/lib/perl5/5.25.10) at tool/generate-mouse-tiny.pl line 22.
Cannot generate Mouse::Tiny: No such file or directory at builder/MyBuilder.pm line 33.

@toddr
Copy link
Contributor Author

toddr commented Feb 20, 2017

@skaji submitted #72 to fix the relative load in the Mouse::Tiny tool.

@syohex
Copy link
Collaborator

syohex commented Feb 20, 2017

I have regenerated Build.PL and meta files at 8e390b0.
Thanks.

@syohex syohex closed this Feb 20, 2017
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.

3 participants