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
4 changes: 3 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
matrix:
cip_tag:
- static
- "5.37"
- "5.41"
- "5.40"
- "5.38"
- "5.36"
- "5.34"
- "5.32"
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/msys2-mingw.yml

This file was deleted.

70 changes: 0 additions & 70 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 @@ Devel-ebug-*
/.build/
*.swp


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

A simple, extensible Perl debugger

Expand Down Expand Up @@ -508,7 +508,7 @@ Taisuke Yamada

# COPYRIGHT AND LICENSE

This software is copyright (c) 2005-2021 by Leon Brocard.
This software is copyright (c) 2005-2024 by Leon Brocard.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
6 changes: 2 additions & 4 deletions dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ author = Leon Brocard <[email protected]>
author = Brock Wilcox <[email protected]>
license = Perl_5
copyright_holder = Leon Brocard
copyright_year = 2005-2022
copyright_year = 2005-2024
version = 0.64

; authordep lib::findbin

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
installer = Author::Plicease::MakeMaker
github_user = uperl
Expand All @@ -20,8 +20,6 @@ diag = +Expect

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

[RemovePrereqs]
remove = Class::Accessor::Chained::Fast
Expand Down
Loading