summaryrefslogtreecommitdiff
path: root/lib/Type/Params/Signature.pm
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2022-09-11 23:38:41 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2022-09-11 23:38:41 +0100
commit3e3825afa876a5e975cfb0555cdd0b76bc79b818 (patch)
tree906e9867994d40bd0ec6a8b1c359f2d882f17615 /lib/Type/Params/Signature.pm
parent7fc8734321c0eb746452ed9d06cbd922c8805fff (diff)
These descriptions were used by Error::TypeTiny so should be restored to how they were
Diffstat (limited to 'lib/Type/Params/Signature.pm')
-rw-r--r--lib/Type/Params/Signature.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Type/Params/Signature.pm b/lib/Type/Params/Signature.pm
index 9f48dbca..c5503e7b 100644
--- a/lib/Type/Params/Signature.pm
+++ b/lib/Type/Params/Signature.pm
@@ -290,7 +290,7 @@ sub _build_coderef {
my $self = shift;
my $coderef = $self->_new_code_accumulator(
description => $self->description
- || sprintf( 'parameter validation for "%s::%s"', $self->package || '', $self->subname || '__ANON__' )
+ || sprintf( q{parameter validation for '%s::%s'}, $self->package || '', $self->subname || '__ANON__' )
);
$self->_coderef_start( $coderef );