-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support Carton #1366
base: develop
Are you sure you want to change the base?
Support Carton #1366
Conversation
@@ -54,6 +54,11 @@ SyTest requires a number of dependencies that are easiest installed from CPAN. | |||
./install-deps.pl | |||
cd .. | |||
|
|||
Alternatively, you can use carton: | |||
|
|||
cpan Carton (if not installed) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On macOS this was brew install carton
🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
cpan
ought to be a cross-platform option if you have a full Perl installation, but I tend to lean towards the distro-installed carton
too (saves messing with PATH etc).
@@ -54,6 +54,11 @@ SyTest requires a number of dependencies that are easiest installed from CPAN. | |||
./install-deps.pl | |||
cd .. | |||
|
|||
Alternatively, you can use carton: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could use a note about running the tests later using carton exec
I followed @tadzik's advice on using Carton for dependency management. It made life a lot easier, so just committing the files back.