From aaf83aa4ef4b925f87e71a1b5adcda43eb70398c Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 6 Feb 2026 09:14:51 -0700 Subject: [PATCH 1/3] use metacpan --- Changes | 1 + lib/App/cpangitify.pm | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index fd97d40..017976b 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} + - Fetch dist tarballs from metacpan instead of BackPAN (gh#20) 0.20 2022-09-01 19:15:57 -0600 - Validate SSL with (gh#19) diff --git a/lib/App/cpangitify.pm b/lib/App/cpangitify.pm index 04ed7a7..9b36244 100644 --- a/lib/App/cpangitify.pm +++ b/lib/App/cpangitify.pm @@ -106,8 +106,8 @@ sub main ($, @args) my %skip; my $opt_backpan_index_url; - my $opt_backpan_url = "http://backpan.perl.org/authors/id"; - $opt_metacpan_url = "http://fastapi.metacpan.org/"; + my $opt_backpan_url = "https://cpan.metacpan.org/authors/id"; + $opt_metacpan_url = "https://fastapi.metacpan.org/"; my $opt_trace = 0; my $opt_output; my $opt_resume; From e1b63d393794b3cf955a8b420d0be455193750c5 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 6 Feb 2026 09:15:24 -0700 Subject: [PATCH 2/3] bump gh # --- Changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes index 017976b..ca4dfae 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,7 @@ Revision history for {{$dist->name}} {{$NEXT}} - - Fetch dist tarballs from metacpan instead of BackPAN (gh#20) + - Fetch dist tarballs from metacpan instead of BackPAN (gh#21) 0.20 2022-09-01 19:15:57 -0600 - Validate SSL with (gh#19) From 6cd8180000fe542eb57136c50a24af98b1f43f96 Mon Sep 17 00:00:00 2001 From: Graham Ollis Date: Fri, 6 Feb 2026 09:16:25 -0700 Subject: [PATCH 3/3] bump gha --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 928e27f..6dd61a4 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,7 @@ jobs: CIP_TAG: ${{ matrix.cip_tag }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Bootstrap CIP run: | @@ -47,7 +47,7 @@ jobs: cip cache-key - name: Cache CPAN modules - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: ~/.cip key: ${{ runner.os }}-build-${{ steps.cache-key.outputs.key }}