use vars qw($canonical $forgive_me $VERSION);
-$VERSION = '2.27';
+$VERSION = '2.28';
BEGIN {
if (eval { local $SIG{__DIE__}; require Log::Agent; 1 }) {
# walkoptree comes from B.xs
BEGIN {
- $B::VERSION = '1.29';
+ $B::VERSION = '1.30';
@B::EXPORT_OK = ();
# Our BOOT code needs $VERSION set, and will append to @EXPORT_OK.
=item *
+L<B> has been upgraded from version 1.29 to version 1.30.
+
+=item *
+
L<Math::Complex> has been upgraded from version 1.56 to version 1.57.
Correct copy constructor usage.
=item *
+L<Storable> has been upgraded from version 2.27 to version 2.28.
+
+=item *
+
L<Time::HiRes> has been upgraded from version 1.9721_01 to version 1.9722.
Portability fix, and avoiding some compiler warnings.