Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Feb 20, 2020
1 parent e4e52ed commit 9e99cd6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/MooX/Pression.pm
Expand Up @@ -10,7 +10,7 @@ use warnings;
package MooX::Pression;
use Zydeco ();
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.508';
our $VERSION = '0.509';
our @ISA = 'Zydeco';
*PACKAGE_SPEC = \&Zydeco::PACKAGE_SPEC;
1;
12 changes: 6 additions & 6 deletions lib/Zydeco.pm
Expand Up @@ -12,7 +12,7 @@ use feature ();
package Zydeco;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.508';
our $VERSION = '0.509';

use Keyword::Simple ();
use PPR;
Expand Down Expand Up @@ -2170,7 +2170,7 @@ sub _include {
#{
# package Zydeco::Anonymous::Package;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.508';
# our $VERSION = '0.509';
# use overload q[""] => sub { ${$_[0]} }, fallback => 1;
# sub DESTROY {}
# sub AUTOLOAD {
Expand All @@ -2181,7 +2181,7 @@ sub _include {
#
# package Zydeco::Anonymous::Class;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.508';
# our $VERSION = '0.509';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub new {
# my $me = shift;
Expand All @@ -2194,12 +2194,12 @@ sub _include {
#
# package Zydeco::Anonymous::Role;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.508';
# our $VERSION = '0.509';
# our @ISA = qw(Zydeco::Anonymous::Package);
#
# package Zydeco::Anonymous::ParameterizableClass;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.508';
# our $VERSION = '0.509';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand All @@ -2213,7 +2213,7 @@ sub _include {
#
# package Zydeco::Anonymous::ParameterizableRole;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.508';
# our $VERSION = '0.509';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand Down
9 changes: 9 additions & 0 deletions meta/changes.pret
Expand Up @@ -267,3 +267,12 @@
item "Allow `begin` and `end` to be used multiple times in a class/role."^^Change;
item "Provide `before_apply` and `after_apply` hooks for roles using Role::Hooks."^^Addition;
].

`Zydeco 0.509 cpan:TOBYINK`
issued 2020-02-20;
changeset [
item "Allow a lot of keywords to appear in `begin`, `end`, `after_apply`, and `before apply` hooks which previously did not work."^^Change;
item "Remove pod from MooX::Pression stub module."^^Documentation;
item "Syntax rewrite in version 0.100 accidentally made the optional block after a coercion declaration required. It is now optional again."^^Bugfix;
item "More reliable parsing of aliases for multimethod candidates."^^Bugfix;
].

0 comments on commit 9e99cd6

Please sign in to comment.