Update to 9.34. From the changelog:

9.34  2023-09-11
- Added support for serving static files with a prefix.
- Deprecated Mojo::File::spurt in favor of Mojo::File::spew.
- Added prefix attribute to Mojolicious::Static.
- Added url_for_file method to Mojolicious::Controller.
- Added file_path method to Mojolicious::Static.
- Added spew method to Mojo::File. (genio)
- Added encoding option to slurp method in Mojo::File. (genio)
- Added url_for_asset and url_for_file helpers to
  Mojolicious::Plugins::DefaultHelpers.
- Added favicon helper to Mojolicious::Plugin::TagHelpers.
- Fixed support for module_true Perl feature in Mojolicious apps.
  (haarg)
- Fixed a bug in Mojo::Promise where map could hang on false values
  after concurrency limit. (ilmari)
- Fixed built-in templates to not require an internet connection.
  (hernan604)

9.33  2023-06-14
- Improved log messages to refer to the FAQ when they have an entry.
- Fixed a bug where the prefork server could sometimes send redundant
  QUIT signals, which could result in unintended core dumps because of a
  race condition. (brsakai-csco)

9.32  2023-05-09
- Improved file and line number details in async/await
  exceptions. (batman)
- Fixed various CSS selector equation bugs in Mojo::DOM::CSS. (mauke)
- Fixed exceptions being added to the stash for formats other than HTML.
  (rawleyfowler)
- Fixed context sensitivity issue. (Grinnz)
This commit is contained in:
schmonz 2023-09-11 20:06:41 +00:00
parent 24712bb877
commit ecf3eea6d5
2 changed files with 6 additions and 7 deletions

View File

@ -1,12 +1,11 @@
# $NetBSD: Makefile,v 1.151 2023/07/06 09:42:48 wiz Exp $
# $NetBSD: Makefile,v 1.152 2023/09/11 20:06:41 schmonz Exp $
#
# When updating this package, please upload the distfile
# since they disappear immediately when new releases happen,
# which is quite often.
DISTNAME= Mojolicious-9.31
DISTNAME= Mojolicious-9.34
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mojolicious/}

View File

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.138 2023/04/29 09:32:28 wen Exp $
$NetBSD: distinfo,v 1.139 2023/09/11 20:06:41 schmonz Exp $
BLAKE2s (Mojolicious-9.31.tar.gz) = d5f8a4e33948a0e7fa27b9b19aae6e6c172e04f2f9b023c255c90bd82ffc8e21
SHA512 (Mojolicious-9.31.tar.gz) = 6f13070df0c2c4240093eea0bc71393f462920a0c2692207beb4103c7e62c6277b2b1adb5d27619c53f6fa2d86936c0bd40495464e43d17c937365caf5909d31
Size (Mojolicious-9.31.tar.gz) = 853175 bytes
BLAKE2s (Mojolicious-9.34.tar.gz) = 4e54b993bdf6567ccbc68b1a46cce03a95309eeeca0f89167551d55c2109ab93
SHA512 (Mojolicious-9.34.tar.gz) = 3f8f24b0cedde1a14f9a0c25900e85cb9ba40c0226050241cf8bb9128c6dd081f2ea7b1441c9564dba3c045cd908d8ef5a8bf2e7eedda246a2c8aa369274b9c4
Size (Mojolicious-9.34.tar.gz) = 857224 bytes