summaryrefslogtreecommitdiff
path: root/lib/Type/Params
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2022-09-11 19:28:23 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2022-09-11 19:28:23 +0100
commit571dd59f3f863fce446842fb75c975506d5d14f9 (patch)
tree799ce96f60ff46b559486528f93a72585ee346f6 /lib/Type/Params
parentfe43093d9b0f0334f88a164b5d7860d004c6dc4b (diff)
bump version; changelog
Diffstat (limited to 'lib/Type/Params')
-rw-r--r--lib/Type/Params/Alternatives.pm2
-rw-r--r--lib/Type/Params/Parameter.pm2
-rw-r--r--lib/Type/Params/Signature.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Type/Params/Alternatives.pm b/lib/Type/Params/Alternatives.pm
index 3b77e6c1..43552645 100644
--- a/lib/Type/Params/Alternatives.pm
+++ b/lib/Type/Params/Alternatives.pm
@@ -10,7 +10,7 @@ BEGIN {
BEGIN {
$Type::Params::Alternatives::AUTHORITY = 'cpan:TOBYINK';
- $Type::Params::Alternatives::VERSION = '1.999_004';
+ $Type::Params::Alternatives::VERSION = '1.999_005';
}
$Type::Params::Alternatives::VERSION =~ tr/_//d;
diff --git a/lib/Type/Params/Parameter.pm b/lib/Type/Params/Parameter.pm
index a63b6817..fa5875c8 100644
--- a/lib/Type/Params/Parameter.pm
+++ b/lib/Type/Params/Parameter.pm
@@ -10,7 +10,7 @@ BEGIN {
BEGIN {
$Type::Params::Parameter::AUTHORITY = 'cpan:TOBYINK';
- $Type::Params::Parameter::VERSION = '1.999_004';
+ $Type::Params::Parameter::VERSION = '1.999_005';
}
$Type::Params::Parameter::VERSION =~ tr/_//d;
diff --git a/lib/Type/Params/Signature.pm b/lib/Type/Params/Signature.pm
index ff9d1bff..e4e7869a 100644
--- a/lib/Type/Params/Signature.pm
+++ b/lib/Type/Params/Signature.pm
@@ -10,7 +10,7 @@ BEGIN {
BEGIN {
$Type::Params::Signature::AUTHORITY = 'cpan:TOBYINK';
- $Type::Params::Signature::VERSION = '1.999_004';
+ $Type::Params::Signature::VERSION = '1.999_005';
}
$Type::Params::Signature::VERSION =~ tr/_//d;