Skip to content

Commit 3de68f5

Browse files
committed
automatic migration: bump-2024
1 parent 0303254 commit 3de68f5

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
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

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,17 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
cip:
20-
- tag: "5.37"
20+
- tag: "5.41"
2121
install_type: system
22-
- tag: "5.37"
22+
- tag: "5.41"
23+
install_type: share
24+
- tag: "5.40"
25+
install_type: system
26+
- tag: "5.40"
27+
install_type: share
28+
- tag: "5.38"
29+
install_type: system
30+
- tag: "5.38"
2331
install_type: share
2432
- tag: "5.36"
2533
install_type: system

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Alien-FFI-*
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ name = Alien-FFI
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2014-2022
5+
copyright_year = 2014-2024
66
version = 0.27
77

88
[AlienBase::Doc]
99
:version = 0.30
1010
name = libffi
1111

1212
[@Author::Plicease]
13-
:version = 2.69
13+
:version = 2.79
1414
release_tests = 1
1515
irc = irc://irc.perl.org/#native
1616
test2_v0 = 1

0 commit comments

Comments
 (0)