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

Incorrect dependency on BSD::Resource #6

Closed
Leont opened this issue Oct 17, 2013 · 1 comment
Closed

Incorrect dependency on BSD::Resource #6

Leont opened this issue Oct 17, 2013 · 1 comment

Comments

@Leont
Copy link

Leont commented Oct 17, 2013

AutoPrereqs picks up a dependency on BSD::Resource, though the test is obviously written with it as an optional dependency in mind. It should probably be removed from the dependency list (either by adding it to AutoPrereqs skiplist or by RemovePrereq'ing it).

@pjf
Copy link
Owner

pjf commented Oct 18, 2013

Nice catch! Thank you very much! Patched in devel by adding BSD::Resource to the skip list.

@pjf pjf closed this as completed Oct 18, 2013
pjf added a commit that referenced this issue Oct 18, 2013
        * BUILD: No longer mark BSD::Resource as required (GH #6).

        * TEST: Skip core-dump tests on OS X. They're not as
          straightforward as the test script would like. (GH #5).
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