Skip to content

automatic migration: bump-2024 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 23, 2024
Merged
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
89 changes: 0 additions & 89 deletions .github/workflows/cygwin.yml

This file was deleted.

7 changes: 4 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
fail-fast: false
matrix:
cip_tag:
- "5.37"
- "5.41"
- "5.40"
- "5.40-alpine3.16"
- "5.38"
- "5.36"
- "5.36-alpine3.16"
- "5.36-centos7"
- "5.34"
- "5.32"
- "5.30"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/FFI-CheckLib-*
/.build
*.swp
*.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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# FFI::CheckLib ![static](https://github.com/PerlFFI/FFI-CheckLib/workflows/static/badge.svg) ![linux](https://github.com/PerlFFI/FFI-CheckLib/workflows/linux/badge.svg) ![macos](https://github.com/PerlFFI/FFI-CheckLib/workflows/macos/badge.svg) ![cygwin](https://github.com/PerlFFI/FFI-CheckLib/workflows/cygwin/badge.svg)
# FFI::CheckLib ![static](https://github.com/PerlFFI/FFI-CheckLib/workflows/static/badge.svg) ![linux](https://github.com/PerlFFI/FFI-CheckLib/workflows/linux/badge.svg) ![macos](https://github.com/PerlFFI/FFI-CheckLib/workflows/macos/badge.svg)

Check that a library is available for FFI

Expand Down Expand Up @@ -386,7 +386,7 @@ Carlos D. Álvaro (cdalvaro)

# COPYRIGHT AND LICENSE

This software is copyright (c) 2014-2022 by Graham Ollis.
This software is copyright (c) 2014-2024 by Graham Ollis.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
1 change: 1 addition & 0 deletions author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ pod_spelling_system:
- MacPorts
- cdalvaro
- lvaro
- Álvaro


pod_coverage:
Expand Down
5 changes: 2 additions & 3 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name = FFI-CheckLib
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2014-2022
copyright_year = 2014-2024
version = 0.31

[@Author::Plicease]
:version = 2.72
:version = 2.79
release_tests = 1
irc = irc://irc.perl.org/#native
test2_v0 = 1
Expand All @@ -19,7 +19,6 @@ github_repo = FFI-CheckLib
workflow = static
workflow = linux
workflow = macos
workflow = cygwin

[RemovePrereqs]
remove = strict
Expand Down
Loading