Skip to content

Commit b8c976e

Browse files
committed
automatic migration: bump-2024
1 parent fb0435e commit b8c976e

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-4
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
cip_tag:
20-
- "5.37"
20+
- "5.41"
21+
- "5.40"
22+
- "5.38"
2123
- "5.36"
2224
- "5.34"
2325
- "5.32"

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ Acme-Color-Rust-*
22
/.build/
33
*.swp
44
/ffi/_build/
5+
/Acme-Color-Rust-*
6+
/.build
7+
*.old
8+
*.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+
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Graham Ollis <[email protected]>
6969

7070
# COPYRIGHT AND LICENSE
7171

72-
This software is copyright (c) 2022 by Graham Ollis.
72+
This software is copyright (c) 2022-2024 by Graham Ollis.
7373

7474
This is free software; you can redistribute it and/or modify it under
7575
the same terms as the Perl 5 programming language system itself.

dist.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name = Acme-Color-Rust
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2022
5+
copyright_year = 2022-2024
66
version = 0.05
77

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

0 commit comments

Comments
 (0)