We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9d839 commit 834a1f3Copy full SHA for 834a1f3
Changes
@@ -1,4 +1,6 @@
1
2
+9.43 2025-10-02
3
+
4
9.42 2025-10-01
5
- Un-deprecated the spurt method in Mojo::File, it is now an alternative to spew.
6
- Removed experimental status from top-level await support in Mojo::Promise.
lib/Mojolicious.pm
@@ -57,7 +57,7 @@ has ua => sub { Mojo::UserAgent->new };
57
has validator => sub { Mojolicious::Validator->new };
58
59
our $CODENAME = 'Waffle';
60
-our $VERSION = '9.42';
+our $VERSION = '9.43';
61
62
sub BUILD_DYNAMIC {
63
my ($class, $method, $dyn_methods) = @_;
0 commit comments