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 23, 2020
1 parent 3399e21 commit 90cbf67
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/MooX/Pression.pm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use warnings;
package MooX::Pression;
use Zydeco ();
our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.610';
our $VERSION = '0.611';
our @ISA = 'Zydeco';
*PACKAGE_SPEC = \&Zydeco::PACKAGE_SPEC;
1;
12 changes: 6 additions & 6 deletions lib/Zydeco.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use feature ();
package Zydeco;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.610';
our $VERSION = '0.611';

use Keyword::Simple ();
use PPR;
Expand Down Expand Up @@ -2349,7 +2349,7 @@ sub _include {
#{
# package Zydeco::Anonymous::Package;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.610';
# our $VERSION = '0.611';
# use overload q[""] => sub { ${$_[0]} }, fallback => 1;
# sub DESTROY {}
# sub AUTOLOAD {
Expand All @@ -2360,7 +2360,7 @@ sub _include {
#
# package Zydeco::Anonymous::Class;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.610';
# our $VERSION = '0.611';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub new {
# my $me = shift;
Expand All @@ -2373,12 +2373,12 @@ sub _include {
#
# package Zydeco::Anonymous::Role;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.610';
# our $VERSION = '0.611';
# our @ISA = qw(Zydeco::Anonymous::Package);
#
# package Zydeco::Anonymous::ParameterizableClass;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.610';
# our $VERSION = '0.611';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand All @@ -2392,7 +2392,7 @@ sub _include {
#
# package Zydeco::Anonymous::ParameterizableRole;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.610';
# our $VERSION = '0.611';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand Down
7 changes: 7 additions & 0 deletions meta/changes.pret
Original file line number Diff line number Diff line change
Expand Up @@ -433,3 +433,10 @@
seealso <https://github.com/tobyink/p5-zydeco/issues/7>;
];
].

`Zydeco 0.611 cpan:TOBYINK`
issued 2020-09-23;
changeset [
item "Pass `definition_context` through to MooX::Press for methods, factories, classes, roles, attributes, etc."^^Change;
item "Moose metaclass example."^^Documentation;
].

0 comments on commit 90cbf67

Please sign in to comment.