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

Created:      2020-01-15
Home page:    <http://zydeco.toby.ink/>
Home page:    <https://metacpan.org/release/Zydeco>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=Zydeco>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>

0.516	2020-03-24

 [ Packaging ]
 - Require Keyword::Simple 0.04.

0.515	2020-03-24

 [ Bug Fixes ]
 - Fix for parsing factory/via statements.

0.514	2020-03-03

 - Allow bare sigils in signature list.
 - Attributes like :lvalue on methods are now passed through to MooX::Press
   (though MooX::Press currently does nothing with them).

0.513	2020-03-03

 [ Packaging ]
 - If it is detected that Variable::Magic is installed, make sure it's
   up-to-date. (I believe older versions are causing problems with
   B::Hooks::EndOfScope::XS and causing test fails.)

0.512	2020-03-02

 [ Test Suite ]
 - Output installed module versions for many dependencies.

0.511	2020-02-28

 [ Packaging ]
 - Require newer PPR.

 [ Other ]
 - Added: Abbreviated syntax for defining methods, multi methods, factory
   methods, coercions, and method modifiers.
 - Added: Allow comments within type constraints within signatures, but
   only on Perl 5.16+.

0.510	2020-02-24

 [ Documentation ]
 - Start totally rewriting documentation.

 [ Packaging ]
 - Require MooX::Press 0.057.

 [ Other ]
 - Default to 'ro' accessors.

0.509	2020-02-20

 [ Bug Fixes ]
 - More reliable parsing of aliases for multimethod candidates.
 - Syntax rewrite in version 0.100 accidentally made the optional block
   after a coercion declaration required. It is now optional again.

 [ Documentation ]
 - Remove pod from MooX::Pression stub module.

 [ Other ]
 - Allow a lot of keywords to appear in `begin`, `end`, `after_apply`, and
   `before apply` hooks which previously did not work.

0.508	2020-02-18

 - Added: Provide `before_apply` and `after_apply` hooks for roles using
   Role::Hooks.
 - Allow `begin` and `end` to be used multiple times in a class/role.

0.507	2020-02-17

 - Cope when Zydeco is imported into the same package twice (but blow up if
   it's also the same lexical scope.).

0.506	2020-02-16

 - Public attributes may now have private accessors and delegations.

0.505	2020-02-16

 [ Bug Fixes ]
 - Fix link to website (should not be HTTPS).

0.504	2020-02-16

 [ Documentation ]
 - Zydeco vs MooX::Press.

 [ Packaging ]
 - Zydeco now has a website.

0.503	2020-02-15

 - Allow `version`, `extends`, and `with` to be part of a
   class/role/interface declaration instead of within the block.

0.502	2020-02-15

 [ Documentation ]
 - IMPORTS should be a level 1 heading.

0.501	2020-02-15

 - Better defaults of `factory_package` and `prefix` in latest MooX::Press.
 - Provide an `unimport` method.

0.500	2020-02-14

 [ Documentation ]
 - Better description.
 - Restructure documentation.

 [ Packaging ]
 - MooX::Pression is now called Zydeco.