summaryrefslogtreecommitdiff
path: root/lib/Error/TypeTiny
diff options
context:
space:
mode:
authorToby Inkster <mail@tobyinkster.co.uk>2022-09-29 14:17:38 +0100
committerToby Inkster <mail@tobyinkster.co.uk>2022-09-29 14:17:38 +0100
commitf215c2705b93bf749ed33df9c85e7de25c4e3bd7 (patch)
treef53e56e9426e721b9cb50b9b1e7778000bc95620 /lib/Error/TypeTiny
parent33c7892aa1573653c23b320004cfd0ec9e4f19cd (diff)
bump version; changelog
Diffstat (limited to 'lib/Error/TypeTiny')
-rw-r--r--lib/Error/TypeTiny/Assertion.pm2
-rw-r--r--lib/Error/TypeTiny/Compilation.pm2
-rw-r--r--lib/Error/TypeTiny/WrongNumberOfParameters.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Error/TypeTiny/Assertion.pm b/lib/Error/TypeTiny/Assertion.pm
index 56fed0a2..4cd9b15e 100644
--- a/lib/Error/TypeTiny/Assertion.pm
+++ b/lib/Error/TypeTiny/Assertion.pm
@@ -6,7 +6,7 @@ use warnings;
BEGIN {
$Error::TypeTiny::Assertion::AUTHORITY = 'cpan:TOBYINK';
- $Error::TypeTiny::Assertion::VERSION = '2.000000';
+ $Error::TypeTiny::Assertion::VERSION = '2.001_000';
}
$Error::TypeTiny::Assertion::VERSION =~ tr/_//d;
diff --git a/lib/Error/TypeTiny/Compilation.pm b/lib/Error/TypeTiny/Compilation.pm
index 8ff062ed..e66242fc 100644
--- a/lib/Error/TypeTiny/Compilation.pm
+++ b/lib/Error/TypeTiny/Compilation.pm
@@ -6,7 +6,7 @@ use warnings;
BEGIN {
$Error::TypeTiny::Compilation::AUTHORITY = 'cpan:TOBYINK';
- $Error::TypeTiny::Compilation::VERSION = '2.000000';
+ $Error::TypeTiny::Compilation::VERSION = '2.001_000';
}
$Error::TypeTiny::Compilation::VERSION =~ tr/_//d;
diff --git a/lib/Error/TypeTiny/WrongNumberOfParameters.pm b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
index c3675f2a..f54af9e2 100644
--- a/lib/Error/TypeTiny/WrongNumberOfParameters.pm
+++ b/lib/Error/TypeTiny/WrongNumberOfParameters.pm
@@ -6,7 +6,7 @@ use warnings;
BEGIN {
$Error::TypeTiny::WrongNumberOfParameters::AUTHORITY = 'cpan:TOBYINK';
- $Error::TypeTiny::WrongNumberOfParameters::VERSION = '2.000000';
+ $Error::TypeTiny::WrongNumberOfParameters::VERSION = '2.001_000';
}
$Error::TypeTiny::WrongNumberOfParameters::VERSION =~ tr/_//d;