The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Sub-SymMethod
=============

Created:      2020-10-09
Home page:    <https://metacpan.org/release/Sub-SymMethod>
Bug tracker:  <https://github.com/tobyink/p5-sub-symmethod/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

1.000	2022-09-23

 - Change API to match Type::Params v2 more closely. (Older API is still
   supported, but no longer documented.)
 - Updated: Require Type::Params v2.

0.005	2020-10-28

 [ Packaging ]
 - Fix dynamic config logic which would in some circumstances require a
   version of Sub::Name as a prerequisite which hasn't even been released
   yet.

0.004	2020-10-12

 - Use `before_apply` instead of `after_apply` hook when copying symmethods
   from roles to classes.

0.003	2020-10-10

 [ Packaging ]
 - Add some version numbers for dependencies.

0.002	2020-10-10

 [ Documentation ]
 - Improve abstract for module.

 [ Other ]
 - Issue a warning if you try creating a symmethod called `BUILD`,
   `DEMOLISH`, or `new` because that's probably a bad idea.

0.001	2020-10-10	Initial release