Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed May 1, 2020
1 parent 94e7984 commit 3715902
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.517';
our $VERSION = '0.518';
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.517';
our $VERSION = '0.518';

use Keyword::Simple ();
use PPR;
Expand Down Expand Up @@ -2282,7 +2282,7 @@ sub _include {
#{
# package Zydeco::Anonymous::Package;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.517';
# our $VERSION = '0.518';
# use overload q[""] => sub { ${$_[0]} }, fallback => 1;
# sub DESTROY {}
# sub AUTOLOAD {
Expand All @@ -2293,7 +2293,7 @@ sub _include {
#
# package Zydeco::Anonymous::Class;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.517';
# our $VERSION = '0.518';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub new {
# my $me = shift;
Expand All @@ -2306,12 +2306,12 @@ sub _include {
#
# package Zydeco::Anonymous::Role;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.517';
# our $VERSION = '0.518';
# our @ISA = qw(Zydeco::Anonymous::Package);
#
# package Zydeco::Anonymous::ParameterizableClass;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.517';
# our $VERSION = '0.518';
# our @ISA = qw(Zydeco::Anonymous::Package);
# sub generate_package {
# my $me = shift;
Expand All @@ -2325,7 +2325,7 @@ sub _include {
#
# package Zydeco::Anonymous::ParameterizableRole;
# our $AUTHORITY = 'cpan:TOBYINK';
# our $VERSION = '0.517';
# our $VERSION = '0.518';
# 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 @@ -330,3 +330,10 @@
item "Use the latest version of MooX::Press."^^Packaging;
item "Support `multi factory` for classes."^^Addition;
].

`Zydeco 0.518 cpan:TOBYINK`
issued 2020-04-08;
changeset [
item "Use the latest version of MooX::Press."^^Packaging;
item "Document method modifiers."^^Documentation;
].

0 comments on commit 3715902

Please sign in to comment.