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

The dev target is not available #46

Closed
chocolateboy opened this issue Feb 27, 2017 · 6 comments
Closed

The dev target is not available #46

chocolateboy opened this issue Feb 27, 2017 · 6 comments

Comments

@chocolateboy
Copy link

The README mentions the dev target, but it results in an error on Travis:

$ perlbrew use dev

ERROR: The installation "dev" is unknown.
@chocolateboy
Copy link
Author

Looks like blead isn't working either (cf.):

$ perlbrew use blead

ERROR: The installation "blead" is unknown.

@haarg
Copy link
Member

haarg commented Feb 28, 2017

Due to how the helpers work, that error is unavoidable. If you look further in the log output, you will see the dev release being built and used properly. This should definitely be mentioned somewhere in the docs though.

blead is currently not working, but that is #44.

@scottchiefbaker
Copy link

I'm getting a similar error... My .travis.yml uses dev but when I try and run it I notice it points at a URL on Amazonws that's a 404 error.

Ultimately the testing continues, but it uses the default 5.14 instead of 5.27.x

@ribasushi
Copy link

@scottchiefbaker the linked build job ran under 5.27.7

@kjetilk
Copy link
Contributor

kjetilk commented Mar 9, 2018

I tried this last night, and at first, it seemed to use 5.14, but then it did download the most recent 5.27. And then, I finally RTFMed, and found it described in the README notes. :-)

@haarg
Copy link
Member

haarg commented Mar 9, 2018

I'd certainly welcome improvements to the docs if you see a way to make this more obvious.

@haarg haarg closed this as completed Mar 9, 2018
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

5 participants