We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4b734 commit 1c6b7f5Copy full SHA for 1c6b7f5
2 files changed
Changes
@@ -1,4 +1,6 @@
1
2
+9.39 2024-08-18
3
+
4
9.38 2024-08-17
5
- Added support for new core booleans in Perl 5.36+ to Mojo::JSON. (haarg)
6
- Deprecated support for "'" package separators that have been deprecated in Perl. (Grinnz)
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.38';
+our $VERSION = '9.39';
61
62
sub BUILD_DYNAMIC {
63
my ($class, $method, $dyn_methods) = @_;
0 commit comments