Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pm linguist-language=Perl
*.h linguist-language=C
alienfile linguist-language=Perl
12 changes: 10 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,17 @@ jobs:
matrix:
cip:
- env: ALIEN_INSTALL_TYPE=share
tag: "5.37"
tag: "5.41"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.37"
tag: "5.41"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.40"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.40"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.38"
- env: ALIEN_INSTALL_TYPE=system
tag: "5.38"
- env: ALIEN_INSTALL_TYPE=share
tag: "5.36"
- env: ALIEN_INSTALL_TYPE=system
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/Alien-curl-*
/.build
*.old
*.orig
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"pls.perlcritic.perlcriticrc": "perlcriticrc",
"pls.inc": [
"$ROOT_PATH/lib"
]
}
4 changes: 2 additions & 2 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = Alien-curl
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2017-2022
copyright_year = 2017-2024
version = 0.11

; authordep Env::ShellWords
Expand All @@ -14,7 +14,7 @@ type = library
type = ffi

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = PerlAlien
Expand Down
2 changes: 1 addition & 1 deletion maint/cip-before-install
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if echo $CIP_ENV | grep -q system; then
else
echo use internet curl
cip sudo apt-get update
cip sudo apt-get -y install g++ libffi-dev
cip sudo apt-get -y install g++ libffi-dev libpsl-dev
fi

cip exec env ALIEN_INSTALL_TYPE=default cpanm -n FFI::Platypus