Skip to content

Commit 32560c1

Browse files
committed
automatic migration: bump-2024
1 parent 83e54af commit 32560c1

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
cip_tag:
20-
- "5.39"
20+
- "5.41"
21+
- "5.40"
2122
- "5.38"
2223
- "5.36"
2324
- "5.34"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Perl-Critic-Plicease-*
22
/.build
3+
*.old
4+
*.orig

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"pls.perlcritic.perlcriticrc": "perlcriticrc",
3+
"pls.inc": [
4+
"$ROOT_PATH/lib"
5+
]
6+
}

dist.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copyright_year = 2019-2024
66
version = 0.07
77

88
[@Author::Plicease]
9-
:version = 2.69
9+
:version = 2.79
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
test2_v0 = 1

0 commit comments

Comments
 (0)