Skip to content

Commit

Permalink
automatic migration: bump-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
plicease committed Dec 22, 2024
1 parent 88e4c05 commit 5f75912
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 95 deletions.
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 @@ -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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.build
/example/myapp/log/development.log
*.swp
*.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 @@
# Mojolicious::Plugin::TtRenderer ![linux](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/linux/badge.svg) ![windows](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/windows/badge.svg) ![macos](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/macos/badge.svg) ![cygwin](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/cygwin/badge.svg)
# Mojolicious::Plugin::TtRenderer ![linux](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/linux/badge.svg) ![windows](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/windows/badge.svg) ![macos](https://github.com/uperl/Mojolicious-Plugin-TtRenderer/workflows/macos/badge.svg)

Template Renderer Plugin for Mojolicious

Expand Down Expand Up @@ -282,7 +282,7 @@ Matthew Lawrence (MATTLAW)
# COPYRIGHT AND LICENSE
This software is copyright (c) 2009-2022 by Ask Bjørn Hansen.
This software is copyright (c) 2009-2024 by Ask Bjørn Hansen.
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 @@ -3,18 +3,17 @@ author = Graham Ollis <plicease@cpan.org>
license = Perl_5

copyright_holder = Ask Bjørn Hansen
copyright_year = 2009-2022
copyright_year = 2009-2024

version = 1.62

[@Author::Plicease]
:version = 2.69
:version = 2.79
release_tests = 1
github_user = uperl
workflow = linux
workflow = windows
workflow = macos
workflow = cygwin

diag_preamble = | $post_diag = sub {
diag_preamble = | require Mojo::IOLoop;
Expand Down

0 comments on commit 5f75912

Please sign in to comment.