Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Sep 12, 2020
1 parent 7b85d00 commit cae30bd
Show file tree
Hide file tree
Showing 3 changed files with 13 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.602';
our $VERSION = '0.603';
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.602';
our $VERSION = '0.603';

use Keyword::Simple ();
use PPR;
Expand Down Expand Up @@ -2409,7 +2409,7 @@ sub _include {
#{
# package Zydeco::Anonymous::Package;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.602';
# our $VERSION = '0.603';
# use overload q[""] => sub { ${$_[0]} }, fallback => 1;
# sub DESTROY {}
# sub AUTOLOAD {
Expand All @@ -2420,7 +2420,7 @@ sub _include {
#
# package Zydeco::Anonymous::Class;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.602';
# our $VERSION = '0.603';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub new {
# my $me = shift;
Expand All @@ -2433,12 +2433,12 @@ sub _include {
#
# package Zydeco::Anonymous::Role;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.602';
# our $VERSION = '0.603';
# our @ISA = qw(Zydeco::Anonymous::Package);
#
# package Zydeco::Anonymous::ParameterizableClass;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.602';
# our $VERSION = '0.603';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand All @@ -2452,7 +2452,7 @@ sub _include {
#
# package Zydeco::Anonymous::ParameterizableRole;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.602';
# our $VERSION = '0.603';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand Down
6 changes: 6 additions & 0 deletions meta/changes.pret
Expand Up @@ -377,3 +377,9 @@
changeset [
item "Make $factory variable available within `has` defaults, `method` bodies, `multi method` bodies, and method modifier bodies."^^Addition;
].

`Zydeco 0.603 cpan:TOBYINK`
issued 2020-09-12;
changeset [
item "The `include` keyword now loads *.zydeco.pm files instead of *.pl files."^^Change;
].

0 comments on commit cae30bd

Please sign in to comment.