Skip to content
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
90 changes: 0 additions & 90 deletions .github/workflows/cygwin.yml

This file was deleted.

4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
fail-fast: false
matrix:
cip_tag:
- "5.37"
- "5.41"
- "5.40"
- "5.38"
- "5.36"
- "5.34"
- "5.32"
Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/macos.yml

This file was deleted.

85 changes: 0 additions & 85 deletions .github/workflows/msys2-mingw.yml

This file was deleted.

71 changes: 0 additions & 71 deletions .github/workflows/windows.yml

This file was deleted.

5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ Test-SpellCheck-*
/.build/
*.swp


/Test-SpellCheck-*
/.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 @@
# Test::SpellCheck ![static](https://github.com/uperl/Test-SpellCheck/workflows/static/badge.svg) ![linux](https://github.com/uperl/Test-SpellCheck/workflows/linux/badge.svg) ![windows](https://github.com/uperl/Test-SpellCheck/workflows/windows/badge.svg) ![macos](https://github.com/uperl/Test-SpellCheck/workflows/macos/badge.svg) ![cygwin](https://github.com/uperl/Test-SpellCheck/workflows/cygwin/badge.svg) ![msys2-mingw](https://github.com/uperl/Test-SpellCheck/workflows/msys2-mingw/badge.svg)
# Test::SpellCheck ![static](https://github.com/uperl/Test-SpellCheck/workflows/static/badge.svg) ![linux](https://github.com/uperl/Test-SpellCheck/workflows/linux/badge.svg)

Check spelling of POD and other documents

Expand Down Expand Up @@ -416,7 +416,7 @@ Graham Ollis <[email protected]>

# COPYRIGHT AND LICENSE

This software is copyright (c) 2021 by Graham Ollis.
This software is copyright (c) 2021-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.
8 changes: 2 additions & 6 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name = Test-SpellCheck
author = Graham Ollis <[email protected]>
license = Perl_5
copyright_holder = Graham Ollis
copyright_year = 2021-2022
copyright_year = 2021-2024
version = 0.01

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = uperl
Expand All @@ -15,10 +15,6 @@ test2_v0 = 1

workflow = static
workflow = linux
workflow = windows
workflow = macos
workflow = cygwin
workflow = msys2-mingw

[Author::Plicease::Core]

Expand Down
2 changes: 1 addition & 1 deletion maint/cip-before-install
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

cip sudo apt-get update
cip sudo apt-get install libffi-dev libhunspell-dev
cip exec cpanm -n https://dist.wdlabs.com/Test-SpellCheck-Plugin-Lang-EN-US-0.01.tar.gz
cip exec cpanm -n https://dist.wdlabs.com/Test-SpellCheck-Plugin-Lang-EN-US-0.02.tar.gz
Loading