Skip to content

Commit

Permalink
bump version; changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Oct 27, 2022
1 parent 4cf3f53 commit 2ca2f4a
Show file tree
Hide file tree
Showing 19 changed files with 41 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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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.039';
our $VERSION = '0.040';

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.039';
our $VERSION = '0.040';

use Moose::Role;

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.039';
our $VERSION = '0.040';

use Moose::Role;
requires '_shv_toolkit';
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.039';
our $VERSION = '0.040';

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.039';
our $VERSION = '0.040';

use Mouse::Role;

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

our $AUTHORITY = 'cpan:TOBYINK';
our $VERSION = '0.039';
our $VERSION = '0.040';

use Mouse::Role;
requires '_shv_toolkit';
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.039';
our $VERSION = '0.040';

use Sub::HandlesVia::Mite;
extends 'Sub::HandlesVia::Toolkit';
Expand Down
17 changes: 17 additions & 0 deletions meta/changes.pret
Expand Up @@ -307,3 +307,20 @@
];
].

`Sub-HandlesVia 0.040 cpan:TOBYINK`
issued 2022-10-27;
changeset [
item [
a dcs:Bugfix;
label "Stricter detection of Moo::Role roles to prevent some false positives when given Mouse::Role and Moose::Role roles.";
dcs:thanks cpan:BRTASTIC;
dcs:fixes <tdb:2013,https://github.com/tobyink/p5-sub-handlesvia/issues/4>;
];
item [
a dcs:Tests;
label "Add a test using Sub::HandlesVia when Beam::Wire is loaded.";
dcs:thanks cpan:BRTASTIC;
dcs:fixes <tdb:2013,https://github.com/tobyink/p5-sub-handlesvia/issues/5>;
];
].

0 comments on commit 2ca2f4a

Please sign in to comment.