#acl PaulHowarth:read,write,admin,revert,delete All:read === Wednesday 5th April 2023 === ==== Fedora Project ==== * Updated `perl-Config-Tiny` to 2.29 in F-38 and Rawhide: * Edit to remove `Test::Pod` from `TEST_REQUIRES` in `Makefile.PL`, again * Update version number in `t/02.main.t` * Updated `perl-Digest-BubbleBabble` (0.02) in Rawhide to use SPDX-format license tag * Updated `perl-Digest-CRC` (0.24) in Rawhide to use SPDX-format license tag * Updated `perl-Digest-MD2` (2.04) in Rawhide to use SPDX-format license tag * Updated `perl-Digest-MD4` (1.9) in Rawhide to use SPDX-format license tag * Updated `perl-Digest-Perl-MD5` (1.9) in Rawhide to use SPDX-format license tag * Updated `perl-Dist-CheckConflicts` (0.11) in Rawhide to use SPDX-format license tag ==== Local Packages ==== * Updated `perl-Config-Tiny` to 2.29 as per the Fedora version * Updated `perl-Digest-BubbleBabble` (0.02) as per the Fedora version * Updated `perl-Digest-MD4` (1.9) as per the Fedora version * Updated `perl-Dist-CheckConflicts` (0.11) as per the Fedora version * Updated `perl-Type-Tiny` to 2.004000: . Documentation * Add SYNOPSIS for `Type::Tiny::Class` * Add SYNOPSIS for `Type::Tiny::Duck` * Add SYNOPSIS for `Type::Tiny::Enum` * Add SYNOPSIS for `Type::Tiny::Intersection` * Add SYNOPSIS for `Type::Tiny::Role` * Add SYNOPSIS for `Type::Tiny::Union` * Add documentation and tests for the combination of the '`goto_next`' and '`multiple`' options when used with '`signature_for`' * Add example of '`signature_for`' applying a signature to multiple functions at once * Document changes to '`make_immutable`' in `Type::Library` v2.x ([[https://github.com/tobyink/p5-type-tiny/issues/129|GH#129]]) * Document that the '`BoolLike`' type is unstable * Minor pod changes to `Types::Standard` . Packaging * Summarized the change log for versions prior to `Type::Tiny` 2.000000; if you need more information, see the `Changes` file included with `Type::Tiny` 2.002001: https://metacpan.org/release/TOBYINK/Type-Tiny-2.002001/source/Changes . Other * Added: `Type::Tiny` now has an '`exception_class`' attribute, allowing a type to throw exceptions using a custom class, which should usually be a subclass of `Error::TypeTiny::Assertion` ([[https://github.com/tobyink/p5-type-tiny/issues/133|GH#133]]) * Added: `Type::Tiny::Bitfield` class ([[https://github.com/tobyink/p5-type-tiny/pull/131|GH#131]]) * Added: `Types::TypeTiny::BoolLike` type constraint ([[https://github.com/tobyink/p5-type-tiny/issues/137|GH#137]]) ----