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
89 changes: 0 additions & 89 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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/File-Which-*
/.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 @@
# File::Which ![static](https://github.com/uperl/File-Which/workflows/static/badge.svg) ![linux](https://github.com/uperl/File-Which/workflows/linux/badge.svg) ![windows](https://github.com/uperl/File-Which/workflows/windows/badge.svg) ![macos](https://github.com/uperl/File-Which/workflows/macos/badge.svg) ![msys2-mingw](https://github.com/uperl/File-Which/workflows/msys2-mingw/badge.svg) ![cygwin](https://github.com/uperl/File-Which/workflows/cygwin/badge.svg)
# File::Which ![static](https://github.com/uperl/File-Which/workflows/static/badge.svg) ![linux](https://github.com/uperl/File-Which/workflows/linux/badge.svg) ![windows](https://github.com/uperl/File-Which/workflows/windows/badge.svg) ![macos](https://github.com/uperl/File-Which/workflows/macos/badge.svg) ![msys2-mingw](https://github.com/uperl/File-Which/workflows/msys2-mingw/badge.svg)

Perl implementation of the which utility as an API

Expand Down Expand Up @@ -223,7 +223,7 @@ For other issues, contact the maintainer.

# COPYRIGHT AND LICENSE

This software is copyright (c) 2002 by Per Einar Ellefsen <pereinar@cpan.org>.
This software is copyright (c) 2002-2024 by Per Einar Ellefsen <pereinar@cpan.org>.

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 @@ -4,11 +4,11 @@ author = Adam Kennedy <adamk@cpan.org>
author = Graham Ollis <plicease@cpan.org>
license = Perl_5
copyright_holder = Per Einar Ellefsen <pereinar@cpan.org>
copyright_year = 2002-2022
copyright_year = 2002-2024
version = 1.27

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = MakeMaker
release_tests_skip = changes\.t
Expand All @@ -20,7 +20,6 @@ workflow = linux
workflow = windows
workflow = macos
workflow = msys2-mingw
workflow = cygwin

[RemovePrereqs]
remove = strict
Expand Down
Loading