summaryrefslogtreecommitdiff
path: root/Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.PL b/Makefile.PL
index aa5daea..26a306c 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -33,14 +33,15 @@ my %WriteMakefileArgs = (
"MooseX::Params::Validate" => 0,
"MooseX::Types::Moose" => 0,
"MooseX::Types::Structured" => 0,
- "Throwable::Error" => 0,
+ "Throwable" => 0,
"Try::Tiny" => 0,
"base" => 0,
"namespace::autoclean" => 0,
+ "overload" => 0,
"strict" => 0,
"warnings" => 0
},
- "VERSION" => "0.0.1_3",
+ "VERSION" => "0.0.1_4",
"test" => {
"TESTS" => "t/*.t"
}