Skip to content

Commit 51a87eb

Browse files
committed
automatic migration: bump-2024
1 parent 2f315fb commit 51a87eb

File tree

6 files changed

+15
-96
lines changed

6 files changed

+15
-96
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
/.build
33
*.swp
44
*.tmp
5-
*.html
5+
*.html*.old
6+
*.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-
# Test::Script ![linux](https://github.com/uperl/Test-Script/workflows/linux/badge.svg) ![macos](https://github.com/uperl/Test-Script/workflows/macos/badge.svg) ![windows](https://github.com/uperl/Test-Script/workflows/windows/badge.svg) ![cygwin](https://github.com/uperl/Test-Script/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/uperl/Test-Script/workflows/msys2-mingw/badge.svg)
1+
# Test::Script ![linux](https://github.com/uperl/Test-Script/workflows/linux/badge.svg) ![macos](https://github.com/uperl/Test-Script/workflows/macos/badge.svg) ![windows](https://github.com/uperl/Test-Script/workflows/windows/badge.svg) ![msys2-mingw](https://github.com/uperl/Test-Script/workflows/msys2-mingw/badge.svg)
22

33
Basic cross-platform tests for scripts
44

@@ -396,7 +396,7 @@ John Karr (BRAINBUZ)
396396

397397
# COPYRIGHT AND LICENSE
398398

399-
This software is copyright (c) 2006-2022 by Adam Kennedy.
399+
This software is copyright (c) 2006-2024 by Adam Kennedy.
400400

401401
This is free software; you can redistribute it and/or modify it under
402402
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
@@ -3,19 +3,18 @@ author = Graham Ollis <[email protected]>
33
author = Adam Kennedy
44
license = Perl_5
55
copyright_holder = Adam Kennedy
6-
copyright_year = 2006-2022
6+
copyright_year = 2006-2024
77
version = 1.29
88

99
[@Author::Plicease]
10-
:version = 2.69
10+
:version = 2.79
1111
release_tests = 1
1212
test2_v0 = 1
1313
github_user = uperl
1414

1515
workflow = linux
1616
workflow = macos
1717
workflow = windows
18-
workflow = cygwin
1918
workflow = msys2-mingw
2019

2120
[RemovePrereqs]

0 commit comments

Comments
 (0)