Skip to content

Commit

Permalink
automatic migration: bump-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 23, 2024
1 parent f8249c6 commit 4fea4fa
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 100 deletions.
89 changes: 0 additions & 89 deletions .github/workflows/cygwin.yml

This file was deleted.

14 changes: 8 additions & 6 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,19 @@ jobs:
matrix:
cip_tag:
- static
- tag: "5.37"
- tag: "5.36"
- tag: "5.41"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=warn
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=encrypt
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest_or_encrypt
- tag: "5.36"
- tag: "5.40"
env: ALIEN_DOWNLOAD_RULE=digest_and_encrypt
- tag: "5.40"
- tag: "5.38"
- tag: "5.36"
- tag: "5.34"
- tag: "5.32"
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/Alien-Build-Plugin-Fetch-Prompt-*
/.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 README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Alien::Build::Plugin::Fetch::Prompt ![linux](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/linux/badge.svg) ![macos](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/macos/badge.svg) ![windows](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/windows/badge.svg) ![cygwin](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/msys2-mingw/badge.svg)
# Alien::Build::Plugin::Fetch::Prompt ![linux](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/linux/badge.svg) ![macos](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/macos/badge.svg) ![windows](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/plicease/Alien-Build-Plugin-Fetch-Prompt/workflows/msys2-mingw/badge.svg)

Alien::Build plugin to prompt a user before making external download

Expand Down Expand Up @@ -45,7 +45,7 @@ Graham Ollis <plicease@cpan.org>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2017-2022 by Graham Ollis.
This software is copyright (c) 2017-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.
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 = Alien-Build-Plugin-Fetch-Prompt
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2017-2022
copyright_year = 2017-2024
version = 0.61

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
irc = irc://irc.perl.org/#native
Expand All @@ -16,7 +16,6 @@ github_user = plicease
workflow = linux
workflow = macos
workflow = windows
workflow = cygwin
workflow = msys2-mingw

[RemovePrereqs]
Expand Down

0 comments on commit 4fea4fa

Please sign in to comment.