Skip to content

Commit 36501ff

Browse files
committedDec 23, 2024·
automatic migration: bump-2024
1 parent f4fd38d commit 36501ff

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed
 

‎.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
*.pm linguist-language=Perl
22
*.t linguist-language=Perl
33
*.h linguist-language=C
4+
alienfile linguist-language=Perl

‎.github/workflows/linux.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@ jobs:
1919
cip:
2020
- tag: "static"
2121
- env: ALIEN_INSTALL_TYPE=share
22-
tag: "5.37"
22+
tag: "5.41"
2323
- env: ALIEN_INSTALL_TYPE=share
24-
tag: "5.36"
24+
tag: "5.40"
25+
- env: ALIEN_INSTALL_TYPE=system
26+
tag: "5.40"
27+
- env: ALIEN_INSTALL_TYPE=system
28+
tag: "5.38"
2529
- env: ALIEN_INSTALL_TYPE=system
2630
tag: "5.36"
2731
- env: ALIEN_INSTALL_TYPE=system

‎.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Alien-unzip-*
22
/.build
3+
*.old
4+
*.orig

‎.vscode/settings.json

+6
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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name = Alien-unzip
22
author = Graham Ollis <plicease@cpan.org>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2019-2022
5+
copyright_year = 2019-2024
66
version = 0.03
77

88

99
[@Author::Plicease]
10-
:version = 2.69
10+
:version = 2.79
1111
release_tests = 1
1212
installer = Author::Plicease::MakeMaker
1313
test2_v0 = 1

0 commit comments

Comments
 (0)
Please sign in to comment.