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

ExtUtils::PL2Bat still a dependency #10

Open
pmooney opened this issue Oct 7, 2016 · 2 comments
Open

ExtUtils::PL2Bat still a dependency #10

pmooney opened this issue Oct 7, 2016 · 2 comments

Comments

@pmooney
Copy link

pmooney commented Oct 7, 2016

Hello,

I've just tried to build ExtUtils::Helpers version 0.026 and this is mentioned as a dependency:
ExtUtils::PL2Bat

I can see from the last release you added
AutoPrereqs.skip = ^ExtUtils::PL2Bat$
but this did not work for me.

I don't know the exact syntax but I can see Try::Tiny and MooseX::Runnable have this kind of syntax:
AutoPrereqs.skip[0] = ^ExtUtils::PL2Bat$
i.e. they add an array index like syntax.

I'm happy to test anything you release :)

@Leont
Copy link
Member

Leont commented Oct 7, 2016

It is supposed to be a Windows only dependency, and as far as I can tell this is working correctly.

Are you on Windows? In that case it's not a bug. If you aren't, can you describe what you're doing exactly?

@pmooney
Copy link
Author

pmooney commented Oct 10, 2016

I'm building an RPM containing many CPAN libraries. It's possible our code is not recognising ExtUtils::PL2Bat as optional and making it required. For now I will make our code ignore it.

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