This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Note the SDBM_File upgrade in perldelta
[perl5.git] / pod / perldelta.pod
index 318812b..32e6819 100644 (file)
@@ -1774,6 +1774,10 @@ This fixes a memory leak when DBM filters are used.
 
 =item *
 
+C<Opcode> has been upgraded from version 1.15 to 1.18.
+
+=item *
+
 C<overload> has been upgraded from 1.10 to 1.12.
 
 C<overload::Method> can now handle subroutines that are themselves blessed
@@ -1798,6 +1802,10 @@ L<CPAN::Meta::YAML> and L<JSON::PP>, which are now part of the Perl core.
 
 =item *
 
+C<PerlIO::encoding> has been upgraded from version 0.12 to 0.14.
+
+=item *
+
 C<PerlIO::scalar> has been upgraded from 0.07 to 0.11.
 
 A C<read> after a C<seek> beyond the end of the string no longer thinks it
@@ -1805,6 +1813,14 @@ has data to read [perl #78716].
 
 =item *
 
+C<PerlIO::via> has been upgraded from version 0.09 to 0.11.
+
+=item *
+
+C<Pod::Html> has been upgraded from version 1.09 to 1.1.
+
+=item *
+
 C<Pod::LaTeX> has been upgraded from version 0.58 to 0.59.
 
 =item *
@@ -1845,6 +1861,10 @@ It adds several version::vxs::* routines to the default share.
 
 =item *
 
+C<SDBM_File> has been upgraded from version 1.06 to 1.09.
+
+=item *
+
 C<SelfLoader> has been upgraded from 1.17 to 1.18.
 
 It now works in taint mode [perl #72062].