Skip to content

Commit 42711f0

Browse files
committed
automatic migration: bump-2024
1 parent 68f4f48 commit 42711f0

File tree

6 files changed

+20
-100
lines changed

6 files changed

+20
-100
lines changed

.github/workflows/cygwin.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.github/workflows/linux.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
cip_tag:
20-
- tag: "5.37"
21-
- tag: "5.36"
20+
- tag: "5.41"
21+
- tag: "5.40"
2222
env: ALIEN_DOWNLOAD_RULE=warn
23-
- tag: "5.36"
23+
- tag: "5.40"
2424
env: ALIEN_DOWNLOAD_RULE=digest
25-
- tag: "5.36"
25+
- tag: "5.40"
2626
env: ALIEN_DOWNLOAD_RULE=encrypt
27-
- tag: "5.36"
27+
- tag: "5.40"
2828
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
29-
- tag: "5.36"
29+
- tag: "5.40"
3030
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
31+
- tag: "5.40"
32+
- tag: "5.38"
3133
- tag: "5.36"
3234
- tag: "5.34"
3335
- tag: "5.32"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Alien-Build-Plugin-Fetch-Cache-*
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+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Alien::Build::Plugin::Fetch::Cache ![linux](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/windows/badge.svg) ![cygwin](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/msys2-mingw/badge.svg)
1+
# Alien::Build::Plugin::Fetch::Cache ![linux](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/PerlAlien/Alien-Build-Plugin-Fetch-Cache/workflows/msys2-mingw/badge.svg)
22

33
Alien::Build plugin to cache files downloaded from the internet
44

@@ -42,7 +42,7 @@ Graham Ollis <[email protected]>
4242

4343
# COPYRIGHT AND LICENSE
4444

45-
This software is copyright (c) 2017-2022 by Graham Ollis.
45+
This software is copyright (c) 2017-2024 by Graham Ollis.
4646

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

dist.ini

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

88
[@Author::Plicease]
9-
:version = 2.69
9+
:version = 2.79
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
irc = irc://irc.perl.org/#native
@@ -16,7 +16,6 @@ github_user = PerlAlien
1616
workflow = linux
1717
workflow = macos
1818
workflow = windows
19-
workflow = cygwin
2019
workflow = msys2-mingw
2120

2221
[RemovePrereqs]

0 commit comments

Comments
 (0)