Skip to content

Commit aa7f745

Browse files
committed
automatic migration: bump-2024
1 parent 09dfe76 commit aa7f745

File tree

6 files changed

+15
-95
lines changed

6 files changed

+15
-95
lines changed

.github/workflows/cygwin.yml

Lines changed: 0 additions & 89 deletions
This file was deleted.

.github/workflows/linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ jobs:
1818
matrix:
1919
cip_tag:
2020
- static
21-
- "5.37"
21+
- "5.41"
22+
- "5.40"
23+
- "5.38"
2224
- "5.36"
2325
- "5.34"
2426
- "5.32"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
/Env-ShellWords-*
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+
}

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Env::ShellWords ![linux](https://github.com/PerlAlien/Env-ShellWords/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Env-ShellWords/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Env-ShellWords/workflows/windows/badge.svg) ![cygwin](https://github.com/PerlAlien/Env-ShellWords/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/PerlAlien/Env-ShellWords/workflows/msys2-mingw/badge.svg)
1+
# Env::ShellWords ![linux](https://github.com/PerlAlien/Env-ShellWords/workflows/linux/badge.svg) ![macos](https://github.com/PerlAlien/Env-ShellWords/workflows/macos/badge.svg) ![windows](https://github.com/PerlAlien/Env-ShellWords/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/PerlAlien/Env-ShellWords/workflows/msys2-mingw/badge.svg)
22

33
Environment variables for arguments as array
44

@@ -66,7 +66,7 @@ Graham Ollis <[email protected]>
6666

6767
# COPYRIGHT AND LICENSE
6868

69-
This software is copyright (c) 2017 by Graham Ollis.
69+
This software is copyright (c) 2017-2024 by Graham Ollis.
7070

7171
This is free software; you can redistribute it and/or modify it under
7272
the same terms as the Perl 5 programming language system itself.

dist.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name = Env-ShellWords
22
author = Graham Ollis <[email protected]>
33
license = Perl_5
44
copyright_holder = Graham Ollis
5-
copyright_year = 2017-2022
5+
copyright_year = 2017-2024
66
version = 0.02
77

88
[@Author::Plicease]
9-
:version = 2.69
9+
:version = 2.79
1010
release_tests = 1
1111
installer = Author::Plicease::MakeMaker
1212
test2_v0 = 1
@@ -15,7 +15,6 @@ github_user = PerlAlien
1515
workflow = linux
1616
workflow = macos
1717
workflow = windows
18-
workflow = cygwin
1918
workflow = msys2-mingw
2019

2120
[RemovePrereqs]

0 commit comments

Comments
 (0)