Skip to content

Commit 8da5b21

Browse files
authored
Merge pull request #3375 from metacpan/oalders/perltidy
Bump perltidy from 20240511 to 20250311
2 parents e8afe67 + 634792b commit 8da5b21

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ jobs:
4040
run: ./bin/install-precious /usr/local/bin
4141
env:
4242
GITHUB_TOKEN: ${{ github.token }}
43+
- run: perltidy --version
4344
- name: Select files
4445
id: select-files
4546
run: |

cpanfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,6 @@ on test => sub {
9292
on develop => sub {
9393
requires 'App::perlimports';
9494
requires 'Perl::Critic', '1.136';
95-
requires 'Perl::Tidy' => '20240511';
95+
requires 'Perl::Tidy' => '20250311';
9696
requires 'Test::Vars';
9797
};

0 commit comments

Comments
 (0)