Skip to content

Commit

Permalink
Add Carton to cpanfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Apr 17, 2021
1 parent b88f0e6 commit 690bab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/update-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- uses: actions/checkout@v2
- name: Install Carton
run: >
curl -sL https://git.io/cpm | perl -
install -g Carton
--show-build-log-on-failure
- name: Install deps
run: >
curl -sL https://git.io/cpm | perl -
Expand All @@ -22,7 +17,7 @@ jobs:
--show-build-log-on-failure
--local-lib-contained=local
- name: Maybe update cpanfile.snapshot
run: carton
run: perl -Ilocal/lib/perl5 local/bin/carton
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
Expand Down
1 change: 1 addition & 0 deletions cpanfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ requires 'Archive::Tar', '2.04';
requires 'Authen::SASL', '2.16';
requires 'BackPAN::Index', '0.42';
requires 'Captcha::reCAPTCHA', '0.99';
requires 'Carton', '1.0.34';
requires 'Catalyst', '5.90103';
requires 'Catalyst::Action::RenderView';
requires 'Catalyst::Controller';
Expand Down

0 comments on commit 690bab8

Please sign in to comment.