Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Aug 7, 2022
1 parent 9c6b0f0 commit 6631ef6
Show file tree
Hide file tree
Showing 19 changed files with 32 additions and 24 deletions.
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia.pm
Expand Up @@ -7,7 +7,7 @@ package Sub::HandlesVia;
use Exporter::Shiny qw( delegations );

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

sub _generate_delegations {
my ($me, $name, $args, $globals) = (shift, @_);
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/CodeGenerator.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::CodeGenerator;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite -all;

Expand Down
6 changes: 3 additions & 3 deletions lib/Sub/HandlesVia/Handler.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Handler;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite -all;

Expand Down Expand Up @@ -273,7 +273,7 @@ sub _generate_handler {
package Sub::HandlesVia::Handler::Traditional;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite -all;
extends 'Sub::HandlesVia::Handler';
Expand All @@ -294,7 +294,7 @@ sub template {
package Sub::HandlesVia::Handler::CodeRef;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite -all;
extends 'Sub::HandlesVia::Handler';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Types::Standard qw( Any Item );

Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Array.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Array;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Bool.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Bool;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Code.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Code;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Counter.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Counter;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Hash.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Hash;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Number.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Number;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/Scalar.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::Scalar;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/HandlerLibrary/String.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::HandlerLibrary::String;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::HandlerLibrary;
our @ISA = 'Sub::HandlesVia::HandlerLibrary';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/Toolkit.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite;

Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/Toolkit/Mite.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit::Mite;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite -all;
extends 'Sub::HandlesVia::Toolkit';
Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/Toolkit/Moo.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit::Moo;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite;
extends 'Sub::HandlesVia::Toolkit';
Expand Down
6 changes: 3 additions & 3 deletions lib/Sub/HandlesVia/Toolkit/Moose.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit::Moose;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite;
extends 'Sub::HandlesVia::Toolkit';
Expand Down Expand Up @@ -156,7 +156,7 @@ sub code_generator_for_attribute {
package Sub::HandlesVia::Toolkit::Moose::PackageTrait;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Role::Tiny;

Expand Down Expand Up @@ -194,7 +194,7 @@ around add_attribute => sub {
package Sub::HandlesVia::Toolkit::Moose::RoleTrait;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Role::Tiny;

Expand Down
6 changes: 3 additions & 3 deletions lib/Sub/HandlesVia/Toolkit/Mouse.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit::Mouse;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite;
extends 'Sub::HandlesVia::Toolkit';
Expand Down Expand Up @@ -155,7 +155,7 @@ sub code_generator_for_attribute {
package Sub::HandlesVia::Toolkit::Mouse::PackageTrait;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Role::Tiny;

Expand Down Expand Up @@ -193,7 +193,7 @@ around add_attribute => sub {
package Sub::HandlesVia::Toolkit::Mouse::RoleTrait;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Role::Tiny;

Expand Down
2 changes: 1 addition & 1 deletion lib/Sub/HandlesVia/Toolkit/Plain.pm
Expand Up @@ -5,7 +5,7 @@ use warnings;
package Sub::HandlesVia::Toolkit::Plain;

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.033';
our $VERSION = '0.034';

use Sub::HandlesVia::Mite;
extends 'Sub::HandlesVia::Toolkit';
Expand Down
8 changes: 8 additions & 0 deletions meta/changes.pret
Expand Up @@ -251,3 +251,11 @@
item "Recompile with newer Mite."^^Update;
item "Optimizations to Sub::HandlesVia::CodeGenerator."^^Change;
].

`Sub-HandlesVia 0.034 cpan:TOBYINK`
issued 2022-08-07;
changeset [
item "Sub::HandlesVia::CodeGenerator now handles generating code for type assertions and coercions instead of relying on handlers to do it."^^Change;
item "Sub::HandlesVia::CodeGenerator now has a configurable sandbox package."^^Change;
item "Sub::HandlesVia::Toolkit::Mite supports recent Mite features such as lvalue accessors and new ways of specifying defaults."^^Update;
].

0 comments on commit 6631ef6

Please sign in to comment.