summaryrefslogtreecommitdiff
path: root/lib/Type/Params
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2022-08-31 16:25:56 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2022-08-31 16:25:56 +0100
commit3ebe4850929933802fc8a8132f52ec264ccc9f3d (patch)
treeb106fe4697f69ab917440bcde253b9a9a718c53c /lib/Type/Params
parent4c27eb9d778690b9a53d2d9d18a470613de52744 (diff)
bump version; changelog
Diffstat (limited to 'lib/Type/Params')
-rw-r--r--lib/Type/Params/Parameter.pm2
-rw-r--r--lib/Type/Params/Signature.pm4
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/Type/Params/Parameter.pm b/lib/Type/Params/Parameter.pm
index cd128b4f..956d33ab 100644
--- a/lib/Type/Params/Parameter.pm
+++ b/lib/Type/Params/Parameter.pm
@@ -11,7 +11,7 @@ BEGIN {
BEGIN {
$Type::Params::Parameter::AUTHORITY = 'cpan:TOBYINK';
- $Type::Params::Parameter::VERSION = '1.016009';
+ $Type::Params::Parameter::VERSION = '1.016010';
}
$Type::Params::Parameter::VERSION =~ tr/_//d;
diff --git a/lib/Type/Params/Signature.pm b/lib/Type/Params/Signature.pm
index cbd0358a..51d0175f 100644
--- a/lib/Type/Params/Signature.pm
+++ b/lib/Type/Params/Signature.pm
@@ -11,7 +11,7 @@ BEGIN {
BEGIN {
$Type::Params::Signature::AUTHORITY = 'cpan:TOBYINK';
- $Type::Params::Signature::VERSION = '1.016009';
+ $Type::Params::Signature::VERSION = '1.016010';
}
$Type::Params::Signature::VERSION =~ tr/_//d;
@@ -612,7 +612,7 @@ sub _coderef_extra_names {
sub _coderef_end {
my ( $self, $coderef ) = ( shift, @_ );
- if ( $self->bless and $self->oo_trace) {
+ if ( $self->bless and $self->oo_trace ) {
my $package = $self->package;
my $subname = $self->subname;
if ( defined $package and defined $subname ) {