Update to 9.42
Upstream changes:
9.42 2025-10-01
- Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
- Removed experimental status from top-level await support in Mojo::Promise.
- Removed experimental status from encrypted session cookie support.
- Removed experimental status from persistent cookie support.
- Removed experimental status from samesite cookie support.
- Removed experimental status from colourful log messages.
- Removed experimental status from freeze option in Mojo::IOLoop.
- Removed experimental status from check and raise functions in Mojo::Exception.
- Fixed Cpanel::JSON::XS compatibility issues. (ilmari)
- Fixed async/await memory leak in Mojo::Promise. (TFBW)
9.41 2025-07-03
- Added EXPERIMENTAL support for Server-Sent Events.
- Added EXPERIMENTAL module Mojo::SSE.
- Added EXPERIMENTAL sse attribute to Test::Mojo.
- Added EXPERIMENTAL get_sse_ok, post_sse_ok, sse_finish_ok, sse_finished_ok, sse_ok, sse_id_is, sse_id_isnt,
[9 lines not shown]
Update to 2.002006
Upstream changes:
2.002006 2025-08-16
- Fix a parse-time memory leak with undef or default initializers
('fun ($x = undef)' or 'fun ($ =)'). This leak mostly manifests as
noise from memory checkers because non-leaked ops aren't freed
anyway while perl is still running.
- Update bugtracker info in README.
2.002005 2025-01-19
- When debugging (perl -d), skip over invisible (generated) parameter
initialization code even if single-step mode is active.
- Move repository and bugtracker to <https://codeberg.org>.
Update to 1.26
Upstream changes:
1.26 2021-02-16
- Parse fortran compilers with complicated names - thanks @d-lamb
- Get compiler from %ENV - thanks @d-lamb
v1.25 released Jan 27th 2020
---------------------------
* Fix of version number comparison in F77.pm link_gnufortran_compiler routine
Update to 0.8002
Upstream changes:
0.8002
- fix UNC path bug - https://rt.cpan.org/Ticket/Display.html?id=102436
- fix get_makefile_vars losing path components if space-quoted and >1 dep,
which was breaking CPAN module "true" which depends on two modules
Update to 6.037
Upstream changes:
6.037 2026-01-25 16:18:09-05:00 America/New_York
- avoid warning on undef input to prompts
- when prompting for PAUSE password, suggest that leaving it blank is
okay
- tweak autogenerated files to be less likely to be misidentified as
Prolog by Vim (ugh!) (thanks, Graham Knop!)
- when listing dependencies but skipping anything satisfied by core
perl version X, do not list perl itself (if version X is good enough)
(thanks, Leon Timmermans)
6.036 2025-11-09 18:07:15-05:00 America/New_York
- re-fix the re-exporter format_author_deps (thanks, Graham Knop!)
- fix Pragmas so it enables strict (!!!) (thanks, Graham Knop!)
6.035 2025-11-09 11:26:39-05:00 America/Toronto
- re-rename subroutine in Dist::Zilla::Util::AuthorDeps; these were not
meant to be relied upon, but Hyrum's Law applies
6.034 2025-11-07 09:20:18-05:00 America/Toronto
[9 lines not shown]
yt-dlp-ejs: update to 0.4.0.
Remove build dependency on node; add lock for every package manager by @Grub4K in #38
Documentation and CI improvements by @bashonly in #39
Fix windows build with bun and wrapper files by @Grub4K in #41
Harden CI/CD pipeline by @bashonly in #40
Fix sig extraction in tce variant of player c1c87fb0 by @Grub4K in #43
neovim: Update to 0.11.6
Changes:
NVIM v0.11.6
Following is a list of fix/feature commits in this release.
See `:help news` in Nvim for release notes.
FEATURES
--------
- lsp: support auto-force escalation in client stop
- lsp: warn about unknown filetype
FIXES
-----
- :ls: check for finished terminal properly
- api: autocmds mess up nvim_get_option_value's dummy buffer
- api: buffer overflow in nvim_buf_get_extmarks overlap
- api: crash when moving curwin to other tabpage
- api: do not allow opening float to closing buffer
[92 lines not shown]