The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Exporter-Almighty
=================

Created:      2023-01-26
Home page:    <https://metacpan.org/release/Exporter-Almighty>
Bug tracker:  <https://github.com/tobyink/p5-exporter-almighty/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.001005	2023-03-24

 [ Test Suite ]
 - More useful test output from t/00start.t.

 [ Packaging ]
 - No longer need to decide between Lexical::Var and
   Alt::Lexical::Var::ButSupportsModernPerl as part of Makefile.PL.

0.001004	2023-03-08

 - Added: All constants exported by Exporter::Almighty-based modules now
   also have a corresponding exportable readonly variable.

0.001003	2023-01-28

 [ Documentation ]
 - Correct minor errors in the pod for the `type` option.
 - Improved description.

 [ Other ]
 - Allow `setup_for` to take a hash instead of a hashref.

0.001002	2023-01-27

 - Class, role, and duck types can now be defined as easily as enum types.
 - Your exporter can re-export types from type libraries.

0.001001	2023-01-27

 [ Bug Fixes ]
 - Avoid experimental::builtin warnings on Perl 5.36+.

 [ Other ]
 - Adding any enums to an exporter now makes your package a subclass of
   Type::Library instead of Exporter::Tiny.
 - Rely on Type::Library's grouping/tagging for any type constraints in the
   exporter.

0.001000	2023-01-27	Initial release