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

Support Carton #1366

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

Half-Shot
Copy link
Contributor

I followed @tadzik's advice on using Carton for dependency management. It made life a lot easier, so just committing the files back.

@Half-Shot Half-Shot requested a review from a team as a code owner August 8, 2023 18:12
@@ -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)
Copy link
Member

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 🤷

Copy link

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:
Copy link

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

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